diff options
| author | BrewTestBot | 2014-03-25 15:48:10 +0000 | 
|---|---|---|
| committer | Mike McQuaid | 2014-03-25 15:53:19 +0000 | 
| commit | 359fe4ee788a6e74e05ccd05fd96c0d5dce6ebcf (patch) | |
| tree | 97041a6e196d82c03189c831241a3e3e5c306ff7 /Library/Formula/fossil.rb | |
| parent | 2c4b1fb71514a3cfd9089d08dab38f43feeb2860 (diff) | |
| download | homebrew-359fe4ee788a6e74e05ccd05fd96c0d5dce6ebcf.tar.bz2 | |
fossil: add 1.28 bottle.
Closes #27858.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/fossil.rb')
| -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." | 
