Skip to content

Commit

Permalink
Release v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
production-assistant committed Dec 4, 2024
1 parent eb49fec commit 44e3c8d
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.11"
version "1.5.0"

if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.11/gt-macos-arm64"
sha256 "5ea4b197089356c985e6ea500f08f09d8e8390f9abe74d725175413cedeaa76a"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.5.0/gt-macos-arm64"
sha256 "8958a5a2f30f0e9fe256a5383d3f8368cbd43a7088dde660e214ae6d09a49986"
def install
bin.install "gt-macos-arm64" => "gt"
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.4.11/gt-macos-x64"
sha256 "ac1ca9aa7c82817012feda39eb5f688d1df25885bd891465ec3f843d5ed695bd"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.5.0/gt-macos-x64"
sha256 "77e7f376b20e4a371d46b94931b22f62a9f93ddc2a1013cc062ceeb6b17cf03e"
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.11/gt-linux"
sha256 "7e58df893b79e7c42845441cd71abf19e1637a3d9e8561f042f2835d967e172b"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v1.5.0/gt-linux"
sha256 "3155de30c35ff74f939ab38b4964c875c5f20d15013df9ea6119e2d3a1894e74"
def install
bin.install "gt-linux" => "gt"
end
Expand Down

0 comments on commit 44e3c8d

Please sign in to comment.