diff options
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/fossil.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/fossil.rb b/Library/Formula/fossil.rb index 3a96a2328..cfd34e4ca 100644 --- a/Library/Formula/fossil.rb +++ b/Library/Formula/fossil.rb @@ -7,6 +7,13 @@ class Fossil < Formula sha1 '9e547a27d2447f12df951e86670da12c7cfbd26a' version '1.28' + bottle do + cellar :any + sha1 "c4f7800f7a88aee0f5c27dc8ee90e7d67dc90570" => :mavericks + sha1 "2b8fa6a214c937ea56e50841614cbcc68375153d" => :mountain_lion + sha1 "ad5e8b7cc41ae2a81f5b0ed84110d6e34b56622b" => :lion + end + option 'without-json', 'Build without "json" command support.' option 'without-tcl', "Build without the tcl-th1 command bridge." |
