Skip to content

Commit 11b425d

Browse files
authored
Merge pull request Homebrew#218708 from Homebrew/bump-yoke-0.11.5
yoke 0.11.5
2 parents f2be44a + 1e38b1c commit 11b425d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/y/yoke.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ class Yoke < Formula
33
homepage "https://yokecd.github.io/docs/"
44
# We use a git checkout since the build relies on tags for the version
55
url "https://github.com/yokecd/yoke.git",
6-
tag: "v0.11.4",
7-
revision: "b86881c1c75fb0ffb92e8ac15c7b400e9c5e3847"
6+
tag: "v0.11.5",
7+
revision: "cb56c0062fa70babe11e309162751882c06c0d87"
88
license "MIT"
99
head "https://github.com/yokecd/yoke.git", branch: "main"
1010

1111
bottle do
12-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "6d9d409ff64a13d65f848fc2cdc6a6efed551879c4b51634228331ea1b74295b"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a9d1f69eb9096b2a2775e64294572eb137a725136716ddda856df78055d0d26"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "5ba07c1107fd0069409225dcf3cd0817350c2fda4e0cfb4a624a07320ec9b3d5"
15-
sha256 cellar: :any_skip_relocation, sonoma: "199c8e222ed75b88b20d512911dd0d2e90bab1706b4065551c8f0b578dec0172"
16-
sha256 cellar: :any_skip_relocation, ventura: "17fac4486ce145a1e5c9e10ce23e1d8d292a42ce10e192ccd92e218d157f24d5"
17-
sha256 cellar: :any_skip_relocation, x86_64_linux: "a70ae8e8d225d416688476fcec1f01d5794f32566798a88c9c1cb30e31b40772"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d02130bb6a666556aff2bc9b6881766a62383ec45bab815c2ee18dde6a353cf0"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b0e66123f90368514f4d5a9e54f4a3a90ef5de9fb885678a8b5cd6fac6782bb0"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce5bc2e3c11ca1da8f4c30708aeb0d8e68fc7bfdfb8200dea1a678680ac0d5a9"
15+
sha256 cellar: :any_skip_relocation, sonoma: "d417a495c5d028e6b1e795273d98907904e601e1fe5aac0ba282469ed6582a06"
16+
sha256 cellar: :any_skip_relocation, ventura: "5326d941ac6baba24a5b134e8c4e2905d992dd2dd97ca92c61dacce4309dd55a"
17+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8755eacffd3e9c9a118e8bd20a83c0d3039ff75757dea2ceaa28b3f2cfc99fb8"
1818
end
1919

2020
depends_on "go" => :build

0 commit comments

Comments
 (0)