Skip to content

Commit

Permalink
Release v1.4.3 to beta
Browse files Browse the repository at this point in the history
  • Loading branch information
production-assistant committed Aug 14, 2024
1 parent 9cd7bdb commit 6ac7a42
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/graphite-beta.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ class GraphiteBeta < 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.2"
version "1.4.3"

if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.2/gt-macos-arm64"
sha256 "7640b794721c0aa681f4e3f726cae52cdd45e43be323932e8a70129679f4f68a"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.3/gt-macos-arm64"
sha256 "05982042a75f021c5ad1ef4e0fe4a0299110754155a1a1303aee7df2bceb3a2e"
def install
bin.install "gt-macos-arm64" => "gt"
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.2/gt-macos-x64"
sha256 "3b36a8bfbd1cbfbdac43e80bec44e3218f3a2ea4752093767d5a123e9bca261e"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.3/gt-macos-x64"
sha256 "13c083e455dfc6788c3e1127cb81195afac6a8305bd9d1f98248f5d8bd94e11a"
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.2/gt-linux"
sha256 "4c49fa2bcce6bf253d333a051267c5beffd75e0e4bc4391e78e201de46656714"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.3/gt-linux"
sha256 "786afbd7a58b7b710a4c707fe90ba0a3e0c8844e9c4cd54ba4dc2a4b9f206c70"
def install
bin.install "gt-linux" => "gt"
end
Expand Down

0 comments on commit 6ac7a42

Please sign in to comment.