Skip to content

Commit 79745a3

Browse files
authored
Merge pull request #216978 from Homebrew/bump-ratchet-0.11.1
ratchet 0.11.1
2 parents 36924dc + a871c56 commit 79745a3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/r/ratchet.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Ratchet < Formula
22
desc "Tool for securing CI/CD workflows with version pinning"
33
homepage "https://github.com/sethvargo/ratchet"
4-
url "https://github.com/sethvargo/ratchet/archive/refs/tags/v0.11.0.tar.gz"
5-
sha256 "4913dd26c03bedd67beb232ae17a348c34df204fe9a3f57325a089c4c92b12ef"
4+
url "https://github.com/sethvargo/ratchet/archive/refs/tags/v0.11.1.tar.gz"
5+
sha256 "38451e56b4a59268d67c2cb3cfdeb14f658d5ce4655b1d74256ca6e547fbf525"
66
license "Apache-2.0"
77
head "https://github.com/sethvargo/ratchet.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "edcf5ec75e624b9c1bec9d18c8b0053d3091d9d2c40939abbd9b60cfdeae48b4"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "edcf5ec75e624b9c1bec9d18c8b0053d3091d9d2c40939abbd9b60cfdeae48b4"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "edcf5ec75e624b9c1bec9d18c8b0053d3091d9d2c40939abbd9b60cfdeae48b4"
13-
sha256 cellar: :any_skip_relocation, sonoma: "26cc8b980e8b1a5128528deafa59de21522885ff913b85545d11538c6df9f694"
14-
sha256 cellar: :any_skip_relocation, ventura: "26cc8b980e8b1a5128528deafa59de21522885ff913b85545d11538c6df9f694"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5e39bbdd264c9fbed80d2b057b53efbd4a5a850bb9875744fa3424955fb6165e"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e45d4082d0b0e628bd3b2399cf145726cecf75aed76637a3c794c3101de55205"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e45d4082d0b0e628bd3b2399cf145726cecf75aed76637a3c794c3101de55205"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "e45d4082d0b0e628bd3b2399cf145726cecf75aed76637a3c794c3101de55205"
13+
sha256 cellar: :any_skip_relocation, sonoma: "2f640387cbba1cf2f0702a5d0c2d407e5bed3acf52cfb60b1b9e5aef1f428e5c"
14+
sha256 cellar: :any_skip_relocation, ventura: "2f640387cbba1cf2f0702a5d0c2d407e5bed3acf52cfb60b1b9e5aef1f428e5c"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "449f97e781e34e74988859434ae1f64f68cc4c44b79748d6f4312d4c168b3e15"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)