|
1 | 1 | class Secretspec < Formula |
2 | 2 | desc "Declarative secrets management tool" |
3 | 3 | homepage "https://secretspec.dev" |
4 | | - url "https://github.com/cachix/secretspec/archive/refs/tags/v0.3.4.tar.gz" |
5 | | - sha256 "625f8f0c8ed97abaa452ac69c2c9cfd6b83dfed00e8f318644193027ab8099be" |
| 4 | + url "https://github.com/cachix/secretspec/archive/refs/tags/v0.4.0.tar.gz" |
| 5 | + sha256 "c8b7f3168205147cc0ed46e14dc482596c66f349979d541426d048392e51b766" |
6 | 6 | license "Apache-2.0" |
7 | 7 | head "https://github.com/cachix/secretspec.git", branch: "main" |
8 | 8 |
|
9 | 9 | bottle do |
10 | | - sha256 cellar: :any_skip_relocation, arm64_tahoe: "4ac1f880a11b0640c31f82ca187563796728e909045992b30f63b18f9256fc61" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "2a5fdba731a3b1b742193106d82353c762adbe96e9e81e52c2ef72a2b7b2ebe8" |
12 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0f763cdd5787e31c50dff2ae1999e15d01aacd54fcc0afcdabec446d9669018b" |
13 | | - sha256 cellar: :any_skip_relocation, sonoma: "31e15e2713c9f9d422aeaba0f51bb2e0cdf68dd8642890b520f169266b713024" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "140eca0cd3ccb0b28c4c439242f930f2163fbb12315826ee18e594eca88bca2e" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "878878f2a79856f159029d4165d70e75ef57eed9c3d84ec9a632ebc48646e26f" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_tahoe: "1be474b9b05bfc3039bb2c4488da0a7e7220ce25b5461e76ae359c981091faea" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "f3f6d8a19ffaf839d722c973eb82f355aa43cdc7d655ffd7d3044aa1dc74da18" |
| 12 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "6a4760208cc12be7f0ec9750d3a4c58616aad991004aa2bd36f4735c7ded43ff" |
| 13 | + sha256 cellar: :any_skip_relocation, sonoma: "f948c613304ca6954f7d50ce460633f4a79f6723d06f5812ed8666025e459794" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "813c0918a2677327fdbacceff8c29e7a11c2d01b39e1ec2b5fd2274184c8bc4c" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "879b81591c0d45a6d86940a7b263c51003833f9094b7952e31348104ff7d1f0e" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "pkgconf" => :build |
|
0 commit comments