aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/gtkmm.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gtkmm.rb b/Library/Formula/gtkmm.rb
index b55ae0c7f..0642aee00 100644
--- a/Library/Formula/gtkmm.rb
+++ b/Library/Formula/gtkmm.rb
@@ -5,6 +5,12 @@ class Gtkmm < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/gtkmm/2.24/gtkmm-2.24.4.tar.xz'
sha256 '443a2ff3fcb42a915609f1779000390c640a6d7fd19ad8816e6161053696f5ee'
+ bottle do
+ sha1 "12abc3e448a6419e147fa394388f9bace5151fb3" => :mavericks
+ sha1 "418cbdad18035d6ed5ca13ad580017c5ed05f901" => :mountain_lion
+ sha1 "4cc024301f11dd741da9c229ec7e083dcd92613a" => :lion
+ end
+
depends_on 'xz' => :build
depends_on 'pkg-config' => :build
depends_on 'glibmm'