aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-10-22 18:39:43 +0100
committerMike McQuaid2014-10-22 21:59:54 +0100
commit8a6375d8ef0c200ce1924899225869f36d02d0b4 (patch)
tree9ef39e4e0a1117b7eab5f52591b5599e2ce3bbb8
parent8116a704aba4f414f8b9596451d0381c15fbfc21 (diff)
downloadhomebrew-8a6375d8ef0c200ce1924899225869f36d02d0b4.tar.bz2
pygtk: add 2.24.0 bottle.
-rw-r--r--Library/Formula/pygtk.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pygtk.rb b/Library/Formula/pygtk.rb
index 63cf0e238..0ef04b6e9 100644
--- a/Library/Formula/pygtk.rb
+++ b/Library/Formula/pygtk.rb
@@ -5,6 +5,12 @@ class Pygtk < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/pygtk/2.24/pygtk-2.24.0.tar.bz2'
sha1 '344e6a32a5e8c7e0aaeb807e0636a163095231c2'
+ bottle do
+ sha1 "be4727a98966bb3c60d5f28b727dcab578361c1c" => :yosemite
+ sha1 "bf9ec63c71f74349cf23a6f37754cdb0f705eb33" => :mavericks
+ sha1 "c715bf7639a0c547441da94e5e9052fc5e756ef9" => :mountain_lion
+ end
+
depends_on 'pkg-config' => :build
depends_on :x11
depends_on 'glib'