Skip to content

Commit

Permalink
Release v0.22.7
Browse files Browse the repository at this point in the history
  • Loading branch information
production-assistant committed Aug 27, 2023
1 parent 1ed6f47 commit 324ebe5
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.6"
version "0.22.7"

if OS.mac?
if Hardware::CPU.arm?
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.6/gt-macos-arm64"
sha256 "18cc2b549af7559d10a6c3ff180616035a353944337ec079ab86e1f0aaf8a2ee"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.7/gt-macos-arm64"
sha256 "f25c6440fc3e6c9c3c9f45818b919c23cb32b83a04a4ba9b50d8a67029b400eb"
def install
bin.install "gt-macos-arm64" => "gt"
end
else
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.6/gt-macos-x64"
sha256 "21fa091b9fed17589cfb4062aa57bb7949e46e6d36760abb3fac6bbb818d72e9"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.7/gt-macos-x64"
sha256 "0e07818eb0ff2cf258c7889c1761bf1006c4974641f3a472f2e53419bdc5535c"
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.6/gt-linux"
sha256 "1bcd7d140c89261bded88f68e92f07d75cb25c09a374af9bcd5f3e09d80e5b3b"
url "https://github.com/withgraphite/homebrew-tap/releases/download/v0.22.7/gt-linux"
sha256 "fc00496958eaebb57613756dbd03e9fbdb4f78b9ea7fb0061fae77f86bfa0229"
def install
bin.install "gt-linux" => "gt"
end
Expand Down

0 comments on commit 324ebe5

Please sign in to comment.