diff options
| author | BrewTestBot | 2014-02-22 18:52:37 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2014-02-22 18:53:46 +0000 |
| commit | 54f11b2d9f0153d3faacc8392450096777e1a30c (patch) | |
| tree | 67d6ef7a6e1efe6a1023800aa6be3ff6e9619f29 /Library/Formula | |
| parent | f66346b707f203ce4ffd0e06b0fc54b4da889254 (diff) | |
| download | homebrew-54f11b2d9f0153d3faacc8392450096777e1a30c.tar.bz2 | |
gtk+: add bottle.
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/gtk+.rb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/gtk+.rb b/Library/Formula/gtk+.rb index fe0a0ef9e..087dfed51 100644 --- a/Library/Formula/gtk+.rb +++ b/Library/Formula/gtk+.rb @@ -5,6 +5,12 @@ class Gtkx < Formula url 'http://ftp.gnome.org/pub/gnome/sources/gtk+/2.24/gtk+-2.24.22.tar.xz' sha256 'b114b6e9fb389bf3aa8a6d09576538f58dce740779653084046852fb4140ae7f' + bottle do + sha1 "eb029bd3457b4928b7186b33091eb41df18f468d" => :mavericks + sha1 "f28d77d1220574a9ec9b8910c2b6ab61a5b742df" => :mountain_lion + sha1 "2cb6f9dfa6b11fedca439c5983f3723b4e852f85" => :lion + end + depends_on 'pkg-config' => :build depends_on 'xz' => :build depends_on 'glib' |
