aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/git-flow.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/git-flow.rb b/Library/Formula/git-flow.rb
index f1a093075..2bc22cb1b 100644
--- a/Library/Formula/git-flow.rb
+++ b/Library/Formula/git-flow.rb
@@ -4,6 +4,13 @@ class GitFlow < Formula
# Use the tag instead of the tarball to get submodules
url "https://github.com/nvie/gitflow.git", :tag => "0.4.1"
+ bottle do
+ cellar :any
+ sha1 "ab05739e882e5a930863ce03d2dcbe62ac329dc1" => :yosemite
+ sha1 "a3e07853d8152891aecf98eed7943edc07e2e1ec" => :mavericks
+ sha1 "0b02d71a300810649c677dd8f9b26ebc6351087f" => :mountain_lion
+ end
+
head do
url "https://github.com/nvie/gitflow.git", :branch => "develop"