aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2015-01-03 15:40:01 +0000
committerMike McQuaid2015-01-03 18:43:01 +0000
commit41d6631eca586d4a0d05347008b780a25636fa6d (patch)
tree0912a1e19d72ceac94d77b0c19865583e96243f4 /Library/Formula
parent77fc55a55df0e78c5ed43d47037ed8e204f25475 (diff)
downloadhomebrew-41d6631eca586d4a0d05347008b780a25636fa6d.tar.bz2
git-flow: add 0.4.1 bottle.
Diffstat (limited to 'Library/Formula')
-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"
128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199