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 Graphite < 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.10 "
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.10 /gt-macos-arm64"
10- sha256 "1f431ce55309452d1ef53392c2c59a42f3b62645d9aae0ee7121e7c7d5402c4d "
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.10 /gt-macos-x64"
16- sha256 "0c1581309b8cd60d19f8489b0565ff211f609b650bde47d65be3a7913b4978cd "
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.10 /gt-linux"
25- sha256 "d5cb4235914ff4bf90a7eb9ac56867ee0f1662bd3f35f43b45abe3e3f9c6f9c0 "
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