diff options
| author | BrewTestBot | 2014-12-26 23:48:59 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-12-27 10:03:35 +0000 |
| commit | 69d3588d099e75230ffc9fa7008f51d738826e41 (patch) | |
| tree | 5871fdf1f6634e1f1d9ac2d144dd9a50b3140e45 /Library | |
| parent | ca67cd72e27172e40fb5031c9c31a8c674bd025f (diff) | |
| download | homebrew-69d3588d099e75230ffc9fa7008f51d738826e41.tar.bz2 | |
nacl: add 20110221 bottle.
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/nacl.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/nacl.rb b/Library/Formula/nacl.rb index 83bda030c..6e5767000 100644 --- a/Library/Formula/nacl.rb +++ b/Library/Formula/nacl.rb @@ -4,6 +4,13 @@ class Nacl < Formula mirror "https://mirrors.kernel.org/debian/pool/main/n/nacl/nacl_20110221.orig.tar.bz2" sha1 "6007a6aee249f5a534ec53fddfc364601fba9629" + bottle do + cellar :any + sha1 "a2fd2a9f121f7c20dee040ae70cdd3e05708b98f" => :yosemite + sha1 "ec947d17a2d50bca7e3ecd24ff24ef19481afac3" => :mavericks + sha1 "074b5a2eda0007f256830e44314e55c152b6c03e" => :mountain_lion + end + def install system "./do" # This takes a while since it builds *everything* |
