diff options
author | Teddy Wing | 2020-08-31 20:37:01 +0200 |
---|---|---|
committer | Teddy Wing | 2020-08-31 20:37:01 +0200 |
commit | e767cff2f657a76a38dddf2a0eb4d718219edc45 (patch) | |
tree | 7d7a6cfe7ea642ee4493ee75a9f0c887e26be283 | |
parent | 737fe675fe0f842f9a4f288fdc29dcf58480bc53 (diff) | |
download | homebrew-formulae-e767cff2f657a76a38dddf2a0eb4d718219edc45.tar.bz2 |
git-suggestion 0.2.0
`git-sugpatch` was renamed to `git sugdiff`.
-rw-r--r-- | HomebrewFormula/git-suggestion.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/HomebrewFormula/git-suggestion.rb b/HomebrewFormula/git-suggestion.rb index bc22605..6f64874 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.1.0/git-suggestion_0.1.0_x86_64-apple-darwin.tar.bz2" - sha256 "8cc72eed7c98372242026039b43301e121c2e92d8aa374f24f9bd89b1638ff74" + 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" def install bin.install Dir["bin/*"] @@ -15,6 +15,6 @@ class GitSuggestion < Formula test do assert_equal version, shell_output("git sugapply --version").strip - assert_equal version, shell_output("git sugpatch --version").strip + assert_equal version, shell_output("git sugdiff --version").strip end end |