aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2015-02-25 18:00:09 +0000
committerMike McQuaid2015-02-25 18:13:09 +0000
commitc5709064d4c66de739481b9ca9f37ea8cfc9f719 (patch)
tree985046ca3202e1d7d6539c8e7ffc1b2a655d7a4d
parent4403b0bf248c4c6a13b4db1dcdbced6e60358c93 (diff)
downloadhomebrew-c5709064d4c66de739481b9ca9f37ea8cfc9f719.tar.bz2
git-fixup: add 1.0.0 bottle.
-rw-r--r--Library/Formula/git-fixup.rb7
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"