diff options
Diffstat (limited to 'Library/Formula/glibmm.rb')
| -rw-r--r-- | Library/Formula/glibmm.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/glibmm.rb b/Library/Formula/glibmm.rb index aead179c7..1af79ba3e 100644 --- a/Library/Formula/glibmm.rb +++ b/Library/Formula/glibmm.rb @@ -5,6 +5,12 @@ class Glibmm < Formula url 'http://ftp.gnome.org/pub/GNOME/sources/glibmm/2.38/glibmm-2.38.1.tar.xz' sha256 '49c925ee1d3c4d0d6cd7492d7173bd6826db51d0b55f458a6496406ae267c4a2' + bottle do + sha1 "b405d3bd887ab8268eafb7d01a7fcb32977a3f97" => :mavericks + sha1 "e1b2dc92316aa3c162149987e15bc34806c05248" => :mountain_lion + sha1 "a6155e561ab340ba24553ee953f74f917e7fca2c" => :lion + end + depends_on 'xz' => :build depends_on 'pkg-config' => :build depends_on 'libsigc++' |
