@@ -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.2 " ,
7- revision : "1eea2e2c72edb193229c1cc20059a349e04700a1 "
6+ tag : "v0.14.3 " ,
7+ revision : "62ab2b67d9b32d1be7336b6e3300602d4994883d "
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 : "8ae17e245495956106af28ef4a0133e73826421325a126c542b6eb4cc1823671 "
13- sha256 cellar : :any_skip_relocation , arm64_sonoma : "02937ecaa677e89d0fd191657f50dbbbaf467cecf906c1b87977bd8e250ce8a1 "
14- sha256 cellar : :any_skip_relocation , arm64_ventura : "3b036705166870f04a4f6626b8b29de303d0f2639823875c3678187632ec3f19 "
15- sha256 cellar : :any_skip_relocation , sonoma : "85291cd357dd826a87a29b2407403888aa905d3c0c1f66b51a37a23148896eed "
16- sha256 cellar : :any_skip_relocation , ventura : "619f32656b1f7818eacd88327314b0a20fba7a4c49a81000915594b6c896f549 "
17- sha256 cellar : :any_skip_relocation , arm64_linux : "f2920c2bd32bc431707caf7d4fc45d2b2b0602bc435129ed26cfdd9aae372305 "
18- sha256 cellar : :any_skip_relocation , x86_64_linux : "831981bfcaeaa15efbafa35508435f254a99f65f71c331486772c1bc62718a09 "
12+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "b40337bbaa341f6b1e9b9634fec7d72520380c166d31eac47fabb2e8b5771c09 "
13+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "59ed7854cc491ddd603ab7b61d79ab753eea4df865fda9aa89d8158b52e46465 "
14+ sha256 cellar : :any_skip_relocation , arm64_ventura : "4164e41c12feba71c00d86da45ceaa498402df85ddd84ca6b7073b7a8758a174 "
15+ sha256 cellar : :any_skip_relocation , sonoma : "7d1139045c8ded3d31eee89d2a251930ab0fcaf0332dd1e5ebd6303ebd4c2c67 "
16+ sha256 cellar : :any_skip_relocation , ventura : "361b2d25efd32dcefea0a11aef01a6744137c18e2fe1070020c2ed0e8b9de0a1 "
17+ sha256 cellar : :any_skip_relocation , arm64_linux : "ca75baaf01ad232fbf57621f626cbb0107cf4485ff5f383dceb3b995f7897a22 "
18+ sha256 cellar : :any_skip_relocation , x86_64_linux : "ec9b3e06cf2e9b1eba6977f55d9b3bab6715fa1ed9182859af81ec87e1cc203a "
1919 end
2020
2121 depends_on "go" => :build
0 commit comments