gtk+: add bottle.
This commit is contained in:
parent
1364a4baf7
commit
82d58cb823
1 changed files with 6 additions and 0 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue