diff --git a/Formula/graphite.rb b/Formula/graphite.rb index 249a687..cae3d30 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.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 @@ -21,8 +21,8 @@ def install 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