File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11class Graphite < Formula
22 desc "The Graphite CLI allows you to easily manage your stacked-diff workflow."
33 homepage "https://graphite.dev/"
4- version "0.20.20 "
4+ version "0.20.21 "
55 license "None"
66
77 if OS . mac?
8- url "https://github.com/withgraphite/graphite-cli/releases/download/v0.20.20 /gt-macos"
9- sha256 "7cf11d13e08da74f61fa78637dbf89bfb867656c7688a6d704692d85e9acf549 "
8+ url "https://github.com/withgraphite/graphite-cli/releases/download/v0.20.21 /gt-macos"
9+ sha256 "7d4f2dd797e105cc1d801ad5ab84d0faaa43abf434cb40997f68f198d9eb337d "
1010 def install
1111 bin . install "gt-macos" => "gt"
1212 end
1313 end
1414
1515 if OS . linux?
16- url "https://github.com/withgraphite/graphite-cli/releases/download/v0.20.20 /gt-linux"
17- sha256 "f81cf4df64e06bb283dc0ca0a9d55f7d58e3ba00603d5cedcb498c46baca7a40 "
16+ url "https://github.com/withgraphite/graphite-cli/releases/download/v0.20.21 /gt-linux"
17+ sha256 "14f66826a75728e7e09f00e41fbc4f4c11395eb03ca5cdbe34789c065d640c10 "
1818 def install
1919 bin . install "gt-linux" => "gt"
2020 end
You can’t perform that action at this time.
0 commit comments