55class Wt < Formula
66 desc "Fast, simple Git worktree helper"
77 homepage "https://github.com/timvw/wt"
8- version "0.1.27 "
8+ version "0.1.28 "
99 license "MIT"
1010
1111 on_macos do
1212 if Hardware ::CPU . intel?
13- url "https://github.com/timvw/wt/releases/download/v0.1.27 /wt_0.1.27_darwin_amd64 .tar.gz"
14- sha256 "575c1de033f0f917da2dcbe6a36ea3d220bc696596256762c167e0a6c3a75abb "
13+ url "https://github.com/timvw/wt/releases/download/v0.1.28 /wt_0.1.28_darwin_amd64 .tar.gz"
14+ sha256 "aa9c9f85115df476ba95c6ab1bcd299d278d1fd2b78a538b47b42375f06733c3 "
1515
1616 define_method ( :install ) do
1717 bin . install "wt"
1818 end
1919 end
2020 if Hardware ::CPU . arm?
21- url "https://github.com/timvw/wt/releases/download/v0.1.27 /wt_0.1.27_darwin_arm64 .tar.gz"
22- sha256 "b946456136ca1ca9d4d4252b33bcaf66940fb639c3e658d6d800f6b2667ade37 "
21+ url "https://github.com/timvw/wt/releases/download/v0.1.28 /wt_0.1.28_darwin_arm64 .tar.gz"
22+ sha256 "5e86981abe62ed9e4452625b96ac19e4d502903c130e89b8a403b8091bee22f4 "
2323
2424 define_method ( :install ) do
2525 bin . install "wt"
@@ -29,15 +29,15 @@ class Wt < Formula
2929
3030 on_linux do
3131 if Hardware ::CPU . intel? && Hardware ::CPU . is_64_bit?
32- url "https://github.com/timvw/wt/releases/download/v0.1.27 /wt_0.1.27_linux_amd64 .tar.gz"
33- sha256 "893368129106ab893c6112881f888ab6a3f860f9ed43669ed0325bc48ef4abc8 "
32+ url "https://github.com/timvw/wt/releases/download/v0.1.28 /wt_0.1.28_linux_amd64 .tar.gz"
33+ sha256 "bcf78e981ca397c2cf630d7147d334722beb182eb68602a8854014a5e4e4433b "
3434 define_method ( :install ) do
3535 bin . install "wt"
3636 end
3737 end
3838 if Hardware ::CPU . arm? && Hardware ::CPU . is_64_bit?
39- url "https://github.com/timvw/wt/releases/download/v0.1.27 /wt_0.1.27_linux_arm64 .tar.gz"
40- sha256 "fc9f60584c15f246541f14d91117e9ba33d4d6e1c2549d9875cd4f7380a40eb2 "
39+ url "https://github.com/timvw/wt/releases/download/v0.1.28 /wt_0.1.28_linux_arm64 .tar.gz"
40+ sha256 "a591714799409306473370851aee7d8f26ad93fec70f9d6af9efcd9520d4660a "
4141 define_method ( :install ) do
4242 bin . install "wt"
4343 end
0 commit comments