Skip to content

Commit

Permalink
Release v0.22.14
Browse files Browse the repository at this point in the history
  • Loading branch information
production-assistant committed Sep 6, 2023
1 parent df6a4dc commit 3fd46d0
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions Formula/graphite.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,27 @@ class Graphite < 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 "0.22.13"
version "0.22.14"

if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.13/gt-macos-arm64"
sha256 "6a858d2fd0adf1589a0cf60f42836e78d4e5847a427a017a4681d7fc1491f29d"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.14/gt-macos-arm64"
sha256 "9d1cac585f36d99ee6c4e2f6f6c86b2b6cdd475168ba207b481ce8906cfba085"
def install
bin.install "gt-macos-arm64" => "gt"
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.13/gt-macos-x64"
sha256 "3487fa073e3bd4071bb2c59c886f194a8904c36542593467899745cb34dccab2"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.14/gt-macos-x64"
sha256 "d7e9f9bdaa194dc8780d702b2d9caa0145f4a41d9fe2e44abc10f37109e40672"
def install
bin.install "gt-macos-x64" => "gt"
end
end
end

if OS.linux?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.13/gt-linux"
sha256 "68347622f006d84a1271d0a1cdbcd81544c20903ad7739e9cee12481b18613cb"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.14/gt-linux"
sha256 "59adcf248abd0dd9ed311ef06f3929bb9839e4cc9072df6576be13dafe5b7ace"
def install
bin.install "gt-linux" => "gt"
end
Expand Down

0 comments on commit 3fd46d0

Please sign in to comment.