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