Skip to content

Commit b67720c

Browse files
committed
Brew formula update for wt version v0.1.23
1 parent 12a3e11 commit b67720c

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

Formula/wt.rb

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@
55
class Wt < Formula
66
desc "A fast, simple Git worktree helper"
77
homepage "https://github.com/timvw/wt"
8-
version "0.1.22"
8+
version "0.1.23"
99
license "MIT"
1010

1111
on_macos do
1212
if Hardware::CPU.intel?
13-
url "https://github.com/timvw/wt/releases/download/v0.1.22/wt_0.1.22_darwin_amd64.tar.gz"
14-
sha256 "c6cce47dcc261809512613de51d851615bac5d9ed141d6db790661665b53ea2c"
13+
url "https://github.com/timvw/wt/releases/download/v0.1.23/wt_0.1.23_darwin_amd64.tar.gz"
14+
sha256 "3d5b87a6719745244260ae06332ec91cd283920103e17e7415b6cbc9f08eeb85"
1515

16-
def install
16+
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.22/wt_0.1.22_darwin_arm64.tar.gz"
22-
sha256 "13ffa3e56de78b1b9e5fc522687e6f7a6c76327a704faed88e29535b24e0b075"
21+
url "https://github.com/timvw/wt/releases/download/v0.1.23/wt_0.1.23_darwin_arm64.tar.gz"
22+
sha256 "58cb2cb5fbd40aee68dc11a823c4ef4b57376acf53e4dafe8a0172fea6b4213d"
2323

24-
def install
24+
define_method(:install) do
2525
bin.install "wt"
2626
end
2727
end
2828
end
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.22/wt_0.1.22_linux_amd64.tar.gz"
33-
sha256 "7ca7120ce5519aad130803b50d2a3cabb6d5a68864a7179e10c1fb9a936e04b1"
34-
def install
32+
url "https://github.com/timvw/wt/releases/download/v0.1.23/wt_0.1.23_linux_amd64.tar.gz"
33+
sha256 "435fcec7d09c5cfcec0e19bdc083abd5e5d0a90363241246d559e19b3c3b83d4"
34+
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.22/wt_0.1.22_linux_arm64.tar.gz"
40-
sha256 "8fdf199dbf6189d6426bf611f0659b3320bc0b46d03f3b7edb609251f004f5cb"
41-
def install
39+
url "https://github.com/timvw/wt/releases/download/v0.1.23/wt_0.1.23_linux_arm64.tar.gz"
40+
sha256 "0ffcc254473b7602f5245d8160551950ac253f4f24e94b43b25af2a8412b1246"
41+
define_method(:install) do
4242
bin.install "wt"
4343
end
4444
end

0 commit comments

Comments
 (0)