Skip to content

Commit

Permalink
1.3.4: fix x64 release
Browse files Browse the repository at this point in the history
  • Loading branch information
goldjacobe committed May 2, 2024
1 parent d3d0706 commit ba17d92
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Formula/graphite-alpha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def install
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.3.4/gt-macos-x64"
sha256 "9e3475f1576be74e6311973e028c6d199ee1bfb5b3f8e81995a6c0959d4a7f1d"
sha256 "01f13525c1d6e1b8bf56bdcdd0c0aff6bc350458bde14496de166b80e488ee09"
def install
bin.install "gt-macos-x64" => "gt"
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/graphite-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def install
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.3.4/gt-macos-x64"
sha256 "9e3475f1576be74e6311973e028c6d199ee1bfb5b3f8e81995a6c0959d4a7f1d"
sha256 "01f13525c1d6e1b8bf56bdcdd0c0aff6bc350458bde14496de166b80e488ee09"
def install
bin.install "gt-macos-x64" => "gt"
end
Expand Down
2 changes: 1 addition & 1 deletion Formula/graphite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ def install
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.3.4/gt-macos-x64"
sha256 "9e3475f1576be74e6311973e028c6d199ee1bfb5b3f8e81995a6c0959d4a7f1d"
sha256 "01f13525c1d6e1b8bf56bdcdd0c0aff6bc350458bde14496de166b80e488ee09"
def install
bin.install "gt-macos-x64" => "gt"
end
Expand Down

0 comments on commit ba17d92

Please sign in to comment.