Skip to content

Commit

Permalink
Release v1.0.12
Browse files Browse the repository at this point in the history
  • Loading branch information
production-assistant committed Dec 11, 2023
1 parent 25edeac commit 3f8573d
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.0.11"
version "1.0.12"

if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.0.11/gt-macos-arm64"
sha256 "355f8b2e9baff2feafe85e98680554288247af6e9da68cfb7610d8b88be2ac37"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.0.12/gt-macos-arm64"
sha256 "de6fd2291241a66aee70cfb66e329a5bc5fd59327bab90d5acc2412cade3cd78"
def install
bin.install "gt-macos-arm64" => "gt"
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.0.11/gt-macos-x64"
sha256 "d3b7339832d2666b0a697d3773adef560a0df869ed0648b1143b1c339be5981c"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.0.12/gt-macos-x64"
sha256 "cc43efd1c3b986d21c65bb757ae02daa90d6f707956342536ae527d716e00ccb"
def install
bin.install "gt-macos-x64" => "gt"
end
end
end

if OS.linux?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.0.11/gt-linux"
sha256 "c7508d1b1ce58747bfae52e614901b7ac3fb51c5cace727c2c1d6aa685569d4f"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.0.12/gt-linux"
sha256 "39b69f2efadba4285685130648bc29e57318cce55bcf2d92b0bd470b181f3529"
def install
bin.install "gt-linux" => "gt"
end
Expand Down

0 comments on commit 3f8573d

Please sign in to comment.