diff options
author | Teddy Wing | 2020-09-20 03:11:03 +0200 |
---|---|---|
committer | Teddy Wing | 2020-09-20 03:11:03 +0200 |
commit | 99dc2accdf3275abc55a459a60e0c3536b26f70d (patch) | |
tree | 7c66bfb2baafe22fc866c786e43fea3be27974c2 | |
parent | e767cff2f657a76a38dddf2a0eb4d718219edc45 (diff) | |
download | homebrew-formulae-99dc2accdf3275abc55a459a60e0c3536b26f70d.tar.bz2 |
git-suggestion 0.2.1
-rw-r--r-- | HomebrewFormula/git-suggestion.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/HomebrewFormula/git-suggestion.rb b/HomebrewFormula/git-suggestion.rb index 6f64874..3f773f1 100644 --- a/HomebrewFormula/git-suggestion.rb +++ b/HomebrewFormula/git-suggestion.rb @@ -5,8 +5,8 @@ class GitSuggestion < Formula desc "Diffs and patches for GitHub pull request suggestions" homepage "https://github.com/teddywing/git-suggestion" - url "https://github.com/teddywing/git-suggestion/releases/download/v0.2.0/git-suggestion_0.2.0_x86_64-apple-darwin.tar.bz2" - sha256 "71dc7d89bc443f535cf86e36730ca9ba4bf08749064f68f6a52fb4a12fbece6d" + url "https://github.com/teddywing/git-suggestion/releases/download/v0.2.1/git-suggestion_0.2.1_x86_64-apple-darwin.tar.bz2" + sha256 "bc0082885f99064242487c59ac4e2eb135f7817e8700120f0d6fcb0d54725351" def install bin.install Dir["bin/*"] |