Skip to content

Commit d785549

Browse files
authored
Merge pull request #216136 from Homebrew/bump-ripsecrets-0.1.9
ripsecrets 0.1.9
2 parents 060890f + 174fa14 commit d785549

File tree

1 file changed

+9
-19
lines changed

1 file changed

+9
-19
lines changed

Formula/r/ripsecrets.rb

+9-19
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,19 @@
11
class Ripsecrets < Formula
22
desc "Prevent committing secret keys into your source code"
33
homepage "https://github.com/sirwart/ripsecrets"
4+
url "https://github.com/sirwart/ripsecrets/archive/refs/tags/v0.1.9.tar.gz"
5+
sha256 "d230246a517f2c4cc9e719633b5c2fe771d7251bac25257f3b927e14fc408071"
46
license "MIT"
57
head "https://github.com/sirwart/ripsecrets.git", branch: "main"
68

7-
stable do
8-
url "https://github.com/sirwart/ripsecrets/archive/refs/tags/v0.1.8.tar.gz"
9-
sha256 "4d7209605d3babde73092fed955628b0ecf280d8d68633b9056d2f859741109d"
10-
11-
# shell completion generation patch, upstream pr ref, https://github.com/sirwart/ripsecrets/pull/89
12-
patch do
13-
url "https://github.com/sirwart/ripsecrets/commit/06168aaa3571503bf191bf8403dcabcd2709c0e7.patch?full_index=1"
14-
sha256 "8733b9e9006af2c03312831fb2b67e992f68bcefd5d09ee878f0e8d40ac43039"
15-
end
16-
end
17-
189
bottle do
19-
rebuild 1
20-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "ba853f83dde44a9483c4554889ead1de75c52ee339dc5796909857754597c748"
21-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "216528d31c239eade91c680af65d4bdce83e0eaeb54eb19c5e901d6396c9e186"
22-
sha256 cellar: :any_skip_relocation, arm64_ventura: "38d98aaf362d5f18351a65963c7285df501f7a9968d9b3dd83c26d965088e756"
23-
sha256 cellar: :any_skip_relocation, sonoma: "e9acbf3dac2fdb2b49bd5c73bc96758d67c27a77d2c76e1e0ff3b77de23e12fa"
24-
sha256 cellar: :any_skip_relocation, ventura: "fc12cbfb7110bf63a098b56bc9f1688383a2d8395574abf2299f144a58f64bf4"
25-
sha256 cellar: :any_skip_relocation, arm64_linux: "e139c503fdf30535fb46fec7b36d9883d1fa04319d89af5bc3f9a1ea6daf5574"
26-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9391621360399a4d739cbdc7966ff5d87e13c0cc5aaa4266dff3319b79b4c3e1"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8509e834f1ef8f9d72071ffbe9ea369f9e0806f3543848984f0ab6ccdb66c8b0"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e149bd76eb597c10c6ce2ef09297ad024214b652a0f22c1e8c4e433da606e426"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "bab93d34726fe470b2b110f95f344702066dfea7b81711c6267dd2608c91bd7d"
13+
sha256 cellar: :any_skip_relocation, sonoma: "ca82959fc0f6457931e6dca1b364ff2016ee331739815452bcc75b9241028192"
14+
sha256 cellar: :any_skip_relocation, ventura: "b0686715c0fefea8ae7c6b1a329904f90f3d522cac0a2eb80b6e9f187e4fa4d3"
15+
sha256 cellar: :any_skip_relocation, arm64_linux: "ff4ae371281630bdaf268d9d2c52cb4ea2e5dae1ee13b4ef2e1ecb94572834e0"
16+
sha256 cellar: :any_skip_relocation, x86_64_linux: "5c7a44e8f93b378dede7a94716d4d494927b8226954d824107e435bf6ce24630"
2717
end
2818

2919
depends_on "rust" => :build

0 commit comments

Comments
 (0)