diff options
| author | BrewTestBot | 2014-08-07 23:12:13 -0500 | 
|---|---|---|
| committer | Jack Nagel | 2014-08-07 23:12:13 -0500 | 
| commit | 6e49feb163ac85d2cfd75b677b0de17f77e85314 (patch) | |
| tree | e8907b8e420d8c62ed15f7243e5b19b09d8753c6 | |
| parent | d26f356b971da7d89a4a245a66222bb5ecc3e06d (diff) | |
| download | homebrew-6e49feb163ac85d2cfd75b677b0de17f77e85314.tar.bz2 | |
szl: add 1.0_1 bottle.
| -rw-r--r-- | Library/Formula/szl.rb | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/Library/Formula/szl.rb b/Library/Formula/szl.rb index 1d285f773..ebfd4c1c1 100644 --- a/Library/Formula/szl.rb +++ b/Library/Formula/szl.rb @@ -6,6 +6,13 @@ class Szl < Formula    sha1 "e4c6d4aec1afc025257d41dd77b8f5c25ea120d4"    revision 1 +  bottle do +    cellar :any +    sha1 "2812dd0830aebed7ad5d6b4c324e34e6426f5c09" => :mavericks +    sha1 "3d07b51a0023f736a6d063ccc663af14bf24e47e" => :mountain_lion +    sha1 "7a5dbf488d6b67072597670de34c9446005c5ed8" => :lion +  end +    depends_on "binutils" # For objdump    depends_on "icu4c"    depends_on "protobuf" | 
