Skip to content

Commit a3178ac

Browse files
Release v1.7.19
1 parent 8be31d0 commit a3178ac

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.18"
5+
version "1.7.19"
66

77
if OS.mac?
88
if Hardware::CPU.arm?
9-
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.18/gt-macos-arm64"
10-
sha256 "cd03dd333852330eba033fefb0e83c26843b8d0e87797701421d80104b0f40af"
9+
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.19/gt-macos-arm64"
10+
sha256 "5eedf50e5c6dfd5e8ec8da856ba66ad903c3a0ff255f2a9e5edf05f6bbbbce20"
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.18/gt-macos-x64"
16-
sha256 "d79f3287bae4ef3e9d9eac21d7e0a623aedbe150726662bb747fa66ec82a1bf0"
15+
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.19/gt-macos-x64"
16+
sha256 "f10347cd42bef6cb27164f9b7a1839733739e20319198ff78d649cd2bf975657"
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.18/gt-linux"
25-
sha256 "d031460b124449500913b608bbe8f5956dcaae0493c7cc1898b848c9d1a1ccaa"
24+
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.7.19/gt-linux"
25+
sha256 "2b3f26be4c3ec76fdadf3b575f4f6055562fc24487498936b82f78f3e9b23525"
2626
def install
2727
bin.install "gt-linux" => "gt"
2828
end

0 commit comments

Comments
 (0)