diff --git a/Formula/graphite.rb b/Formula/graphite.rb index 22bc8c4..545a6ba 100644 --- a/Formula/graphite.rb +++ b/Formula/graphite.rb @@ -2,18 +2,18 @@ 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 @@ -21,8 +21,8 @@ def install 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