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.12 "
5+ version "1.7.14 "
66
77 if OS . mac?
88 if Hardware ::CPU . arm?
9- url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.12 /gt-macos-arm64"
10- sha256 "026348e64e149b9b78034a9e87742470aff315a058a91cf95ee9b2a4ab484237 "
9+ url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.14 /gt-macos-arm64"
10+ sha256 "8eaf5a066bc4d2369917ee2db96797d00e524c6840e5a9fb873f10857bb6fa2f "
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.12 /gt-macos-x64"
16- sha256 "a40962c2dccbf07fa41a08a9a213e197a28157acf2ba36fb5b33551930c868d5 "
15+ url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.14 /gt-macos-x64"
16+ sha256 "b16e6b4f084777afe32dafb37e266dcb10a6e6bb33141c2520ac600681edf3f6 "
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.12 /gt-linux"
25- sha256 "35ef8b1ebdbece6ae24ef244b13cdb7f800bb2422ec32e038350532034b66572 "
24+ url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.14 /gt-linux"
25+ sha256 "f5f3be0c68bc3784854ec9d66efe6740b7e8490203c78847c72d9a95805fc1ac "
2626 def install
2727 bin . install "gt-linux" => "gt"
2828 end
You can’t perform that action at this time.
0 commit comments