Skip to content

Commit a4e55c1

Browse files
Release v1.7.16
1 parent d8c5923 commit a4e55c1

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Formula/graphite-beta.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,27 +2,27 @@ class GraphiteBeta < Formula
22
desc "Allows you to manage your stacked changes and submit them for review on GitHub"
33
homepage "https://graphite.dev/"
44
license "AGPL-3.0"
5-
version "1.7.15"
5+
version "1.7.16"
66

77
if OS.mac?
88
if Hardware::CPU.arm?
9-
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.15/gt-macos-arm64"
10-
sha256 "399be49255b645758a66ad3ab1883456e8a5279c29cf93fb97362a85a12d92e5"
9+
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.16/gt-macos-arm64"
10+
sha256 "edcd8b4bf51fb508584f6df66c8cea14856b1e0979381dba797446f151792c70"
1111
def install
1212
bin.install "gt-macos-arm64" => "gt"
1313
end
1414
else
15-
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.15/gt-macos-x64"
16-
sha256 "335c9949d779a718fdb03ce1d83492b2cca3b70a0d5a8fa519d4a8c9fa54cf14"
15+
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.16/gt-macos-x64"
16+
sha256 "1267f56df294a90e63033081ecb2d6ab2ac8e69ed32b99b48d28410ec1db97e5"
1717
def install
1818
bin.install "gt-macos-x64" => "gt"
1919
end
2020
end
2121
end
2222

2323
if OS.linux?
24-
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.15/gt-linux"
25-
sha256 "cedc03a631f843e2a775edfb120e522154b1941a2c678a5fb75ce5e20b4dbb78"
24+
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.16/gt-linux"
25+
sha256 "ae73e4b98501d919a4f8a02bffeed1fb3e831fe32a8ef2055a9369389de375fe"
2626
def install
2727
bin.install "gt-linux" => "gt"
2828
end

0 commit comments

Comments
 (0)