diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/libsass.rb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/libsass.rb b/Library/Formula/libsass.rb index 14996bebd..af9eb6c77 100644 --- a/Library/Formula/libsass.rb +++ b/Library/Formula/libsass.rb @@ -5,6 +5,13 @@ class Libsass < Formula url 'https://github.com/hcatlin/libsass/archive/v1.0.1.tar.gz' sha1 '9524e028bc8ebe84e36895269d07ecc7db496c7c' + bottle do + cellar :any + sha1 "f9692db61866cd9b047bba78438336fbf91d9f12" => :mavericks + sha1 "3b5ed220b8247bf9178299f0a1ddd687966d4251" => :mountain_lion + sha1 "79a794c000d6adf225cf60d81ce930b01af777d2" => :lion + end + depends_on "autoconf" => :build depends_on "automake" => :build depends_on "libtool" => :build |
