diff options
| -rw-r--r-- | Library/Formula/git-fixup.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/git-fixup.rb b/Library/Formula/git-fixup.rb index 555216992..3b7de1b93 100644 --- a/Library/Formula/git-fixup.rb +++ b/Library/Formula/git-fixup.rb @@ -5,6 +5,13 @@ class GitFixup < Formula head "https://github.com/keis/git-fixup.git", :branch => "master" + bottle do + cellar :any + sha1 "8785269ef827076ed2dd7bf510b759294774a995" => :yosemite + sha1 "22c609efffe6737c1cbb2b3abe7b152a07b4f6af" => :mavericks + sha1 "8c47db51e200c21cb69c7c64ace23412c6ee93b2" => :mountain_lion + end + def install system "make", "prefix=#{prefix}", "install" zsh_completion.install "completion.zsh" => "_git-fixup" |
