File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed
Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff 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.9 "
5+ version "1.7.10 "
66
77 if OS . mac?
88 if Hardware ::CPU . arm?
9- url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.9 /gt-macos-arm64"
10- sha256 "38578b180151db3cbee675a395ed83595cc8603475c649f7648b853d54e6689e "
9+ url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.10 /gt-macos-arm64"
10+ sha256 "1f431ce55309452d1ef53392c2c59a42f3b62645d9aae0ee7121e7c7d5402c4d "
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.9 /gt-macos-x64"
16- sha256 "4d914be7981e40513c68b6551c5c693e32c987d432a7633eaeb40b37477b9933 "
15+ url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.10 /gt-macos-x64"
16+ sha256 "0c1581309b8cd60d19f8489b0565ff211f609b650bde47d65be3a7913b4978cd "
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.9 /gt-linux"
25- sha256 "82204e3274b8ba89a41645b04c50dc4630a551add0e4cf740f39c52dea2801ec "
24+ url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.10 /gt-linux"
25+ sha256 "d5cb4235914ff4bf90a7eb9ac56867ee0f1662bd3f35f43b45abe3e3f9c6f9c0 "
2626 def install
2727 bin . install "gt-linux" => "gt"
2828 end
You can’t perform that action at this time.
0 commit comments