Skip to content

Commit

Permalink
Release v1.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
production-assistant committed Sep 16, 2024
1 parent 89e3629 commit 8174802
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/graphite-alpha.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ class GraphiteAlpha < Formula
desc "Allows you to manage your stacked changes and submit them for review on GitHub"
homepage "https://graphite.dev/"
license "AGPL-3.0"
version "1.4.4"
version "1.4.5"

if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.4/gt-macos-arm64"
sha256 "ac49ceaf31d3d49eefc1868f517fc66f34c02a4d5ec0ead5c9937227c7e608c6"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.5/gt-macos-arm64"
sha256 "92185c9aa2519b4d56a675ec15157b66961771223e0dc2516d30a6da123e2364"
def install
bin.install "gt-macos-arm64" => "gt"
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.4/gt-macos-x64"
sha256 "3c54f135388cf40479f6878b08beefa4666ad43bd928dbec4c36cbfe2294b372"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.5/gt-macos-x64"
sha256 "ef4472cfe8e91b0f4605a6904cacb40c21bb523b597b4ad24f41889da8797871"
def install
bin.install "gt-macos-x64" => "gt"
end
end
end

if OS.linux?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.4/gt-linux"
sha256 "f61d0b42901c8228c28a91f8612849b2cf59f80af6f24c5833c40e531eccbd27"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.5/gt-linux"
sha256 "863d5909c781881cdaf08fc63aff78e90b454606b7908d887c1961219f6b9821"
def install
bin.install "gt-linux" => "gt"
end
Expand Down

0 comments on commit 8174802

Please sign in to comment.