git-fixup 1.0.1

Closes Homebrew/homebrew#37202.

Signed-off-by: Tim D. Smith <git@tim-smith.us>
This commit is contained in:
Josh Tilles 2015-02-25 17:30:41 -05:00 committed by Tim D. Smith
parent a5b16d6b7f
commit b520a4d6e6

View file

@ -1,7 +1,7 @@
class GitFixup < Formula class GitFixup < Formula
homepage "https://github.com/keis/git-fixup" homepage "https://github.com/keis/git-fixup"
url "https://github.com/keis/git-fixup/archive/v1.0.0.tar.gz" url "https://github.com/keis/git-fixup/archive/v1.0.1.tar.gz"
sha1 "836613c7b9d1ccafaa5f5250b6ff2e125fabf974" sha1 "0c2f2dd1f6543e537291c0f9e0e06905725b0ccc"
head "https://github.com/keis/git-fixup.git", :branch => "master" head "https://github.com/keis/git-fixup.git", :branch => "master"
@ -13,7 +13,7 @@ class GitFixup < Formula
end end
def install def install
system "make", "prefix=#{prefix}", "install" system "make", "PREFIX=#{prefix}", "install"
zsh_completion.install "completion.zsh" => "_git-fixup" zsh_completion.install "completion.zsh" => "_git-fixup"
end end