diff options
| -rw-r--r-- | Library/Formula/gmp.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gmp.rb b/Library/Formula/gmp.rb index 19e1994aa..5a0ea00ab 100644 --- a/Library/Formula/gmp.rb +++ b/Library/Formula/gmp.rb @@ -6,6 +6,12 @@ class Gmp < Formula mirror 'http://ftp.gnu.org/gnu/gmp/gmp-5.1.3.tar.bz2' sha1 'b35928e2927b272711fdfbf71b7cfd5f86a6b165' + bottle do + cellar :any + sha1 'ce121187fc35199c2657c126e079c273dee5865a' => :mountain_lion + sha1 '766fa63518250395e686b581af1f2f00892b1519' => :lion + end + option '32-bit' def install |
