aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/fossil.rb
diff options
context:
space:
mode:
authorBrewTestBot2014-12-06 18:33:03 +0000
committerJack Nagel2014-12-06 13:35:47 -0500
commitd068f0d4467f3e50e9f4d38aa03b3589f05f0355 (patch)
tree81e763d307d3dd3094568805f227b3dbf1978009 /Library/Formula/fossil.rb
parent6a0cfefa6d9d6bf59542a961152378c0d7fe343b (diff)
downloadhomebrew-d068f0d4467f3e50e9f4d38aa03b3589f05f0355.tar.bz2
fossil: update 1.29 bottle.
Diffstat (limited to 'Library/Formula/fossil.rb')
-rw-r--r--Library/Formula/fossil.rb4
1 files changed, 4 insertions, 0 deletions
diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb
index 5a7b1255b..3d5a8c30f 100644
--- a/Library/Formula/fossil.rb
+++ b/Library/Formula/fossil.rb
@@ -8,6 +8,10 @@ class Fossil < Formula
version "1.29"
bottle do
+ cellar :any
+ sha1 "977cde0938a0b751938aaac28cab1fe7ef479e9b" => :yosemite
+ sha1 "f45d99ad80bdda2852a8dcb9e1292b5117d0ae56" => :mavericks
+ sha1 "b00e434097adba303767426916654da1f17d7f39" => :mountain_lion
end
option "without-json", "Build without 'json' command support"