@@ -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.17.2 " ,
7- revision : "e9b73b6c569bfcf113e734f3c36ebb9a630c38a2 "
6+ tag : "v0.17.3 " ,
7+ revision : "aa9be9de70460b7f416a20ce616c4b59e1d30354 "
88 license "MIT"
99 head "https://github.com/yokecd/yoke.git" , branch : "main"
1010
1111 bottle do
12- sha256 cellar : :any_skip_relocation , arm64_tahoe : "4916e0b261b121f10f54b6860c3870387311b364879e924a97a889e1438dc9e7 "
13- sha256 cellar : :any_skip_relocation , arm64_sequoia : "b5061675dba7909e16a52d3d9a667c65181d0f6ba22cf035f611c9ea1acecf17 "
14- sha256 cellar : :any_skip_relocation , arm64_sonoma : "9547960fc54f55f787328855de8f94584e94e1606096eea3494914ed2980641b "
15- sha256 cellar : :any_skip_relocation , sonoma : "bf69dfad513aa1fd6be4d3174dab34d2d77efd808439dfa6ecc599d17fd0529c "
16- sha256 cellar : :any_skip_relocation , arm64_linux : "aee8649c37a6691a76d8ed6cddd531e961548b032f336123103b939db00d411c "
17- sha256 cellar : :any_skip_relocation , x86_64_linux : "39a097a1c6c499680f7c25f7c4b60cff0bf4175a96fd20765e3c141a75a8d3c5 "
12+ sha256 cellar : :any_skip_relocation , arm64_tahoe : "01a7ad7cfe133d883663b33643c0d16c6b7070fc558629fd46d3ef4159a44ec0 "
13+ sha256 cellar : :any_skip_relocation , arm64_sequoia : "5fe4af2d55e14f8ca2631cedb70481cedc106ad7b2ff4e3b0674e1fba95c10b6 "
14+ sha256 cellar : :any_skip_relocation , arm64_sonoma : "59f662c162313332cec872323ebe14ff6e411fe03e420c579e3d398ba1340430 "
15+ sha256 cellar : :any_skip_relocation , sonoma : "92078c7209aaf3b3d2ba9b5c994cc94a3deac50e6216ff380f92b042cf16e8e6 "
16+ sha256 cellar : :any_skip_relocation , arm64_linux : "dd84b20e924e26b441ff78e8e244080a27cdf612d47da356b089223f3bab7e61 "
17+ sha256 cellar : :any_skip_relocation , x86_64_linux : "40a2457a84e9cbf19516743803e83543a7c8035cdd16a01cd00307132950a6ea "
1818 end
1919
2020 depends_on "go" => :build
0 commit comments