Skip to content

Commit 31fbb71

Browse files
authored
Merge pull request Homebrew#226920 from Homebrew/bump-yoke-0.14.1
yoke 0.14.1
2 parents ce573da + 3b8c5cb commit 31fbb71

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/y/yoke.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -3,19 +3,19 @@ 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.14.0",
7-
revision: "0ee887fe1f5a2f4f7fbede225d547641b90fa1ec"
6+
tag: "v0.14.1",
7+
revision: "121f0cd99cbc833b335b7dec0b8b37dacd7f7ed7"
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: "2073afab58a8e5d429c5845684cd3e5a5aa9f895d64fb99bb668f991ad531025"
13-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1f15a1ce4ca47398598e4420f2443061742ca34a45693ce2fe451a7a578fcf03"
14-
sha256 cellar: :any_skip_relocation, arm64_ventura: "8ce9d485fba2038c3e51fed2d95bce1641781476a94083190eec3afa11fe48bf"
15-
sha256 cellar: :any_skip_relocation, sonoma: "ec5e8a05b747d92b206ee892a4c41a0508cfd4ccfd66516593cfef8edf7815be"
16-
sha256 cellar: :any_skip_relocation, ventura: "d33e14723ec00b72510389a1e8f9818c30ac4565cb59e31d3352b1edb221b68e"
17-
sha256 cellar: :any_skip_relocation, arm64_linux: "a2b03669db6c51c861493657e4dfde39a090a4831d115be97415dc91f4f1e335"
18-
sha256 cellar: :any_skip_relocation, x86_64_linux: "2837a949e615a1279dbae1e26bd878929ea8af60ea34b863c34494bd2240249f"
12+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "598c64fb7f6c2e968f0a57f339cb94585c0ae2f9b5db2685443f982b7c87ab9d"
13+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9296230f2cbfd0604b979a47b1bc20993196803ce8890ac1797af347cc813302"
14+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7fcc5dcb51d34bb49a9e1e9bb2ca1d13075e2e2f035346fe21f0686547abb518"
15+
sha256 cellar: :any_skip_relocation, sonoma: "a961dd8471a8f2208a7e4574ebd76aece16754192580419909192676154a4b69"
16+
sha256 cellar: :any_skip_relocation, ventura: "ce65193f6775dbb715db79a0fe1c7c0eb1e2f3e105f4b86a40ed212a97b43f3a"
17+
sha256 cellar: :any_skip_relocation, arm64_linux: "a786e537f7d2d4638c6c32c2942374107db79db2b78f77f773347170db2041e3"
18+
sha256 cellar: :any_skip_relocation, x86_64_linux: "43ea77a63f5ca715fd1b402c4bcedeb591a8f6a4edeb54c899f1fdd3b7f0c674"
1919
end
2020

2121
depends_on "go" => :build

0 commit comments

Comments
 (0)