aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-07-03 13:32:21 +0100
committerBrewTestBot2014-07-03 13:32:21 +0100
commit2fe175808be1db17559ab2a5676dfcd14f193215 (patch)
tree93dbda2ac33ab79e8aee2c440027bf87e06baeef
parent35275f1a4e3290cdc92ff584830f87042170c462 (diff)
downloadhomebrew-2fe175808be1db17559ab2a5676dfcd14f193215.tar.bz2
glib-networking: add 2.40.1 bottle.
-rw-r--r--Library/Formula/glib-networking.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/glib-networking.rb b/Library/Formula/glib-networking.rb
index fd4d41b03..d090de3d9 100644
--- a/Library/Formula/glib-networking.rb
+++ b/Library/Formula/glib-networking.rb
@@ -5,6 +5,13 @@ class GlibNetworking < Formula
url 'http://ftp.gnome.org/pub/GNOME/sources/glib-networking/2.40/glib-networking-2.40.1.tar.xz'
sha256 '9fb3e54d049a480afdb814ff7452e7ab67e5d5f607ade230d7713f19922b5a28'
+ bottle do
+ cellar :any
+ sha1 "6b1d2dbdd8f9afa8df900dd84ebbedb4b37bc7a9" => :mavericks
+ sha1 "f015f403d8ac4579c2d9547c208832eccd64dde4" => :mountain_lion
+ sha1 "5fc71615593062f8ace776b5eebf6113cd655d1b" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'intltool' => :build
depends_on 'gettext'