aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrewTestBot2014-03-28 17:23:57 +0000
committerJack Nagel2014-03-28 12:30:59 -0500
commit34f2dd466f4e649200dc6a2e91af3b4fc77e506e (patch)
tree0a5d04c68b839000a6409a34016007642000dd3c
parent9a30356b703a5aea4534c220fc423f63cb667c0f (diff)
downloadhomebrew-34f2dd466f4e649200dc6a2e91af3b4fc77e506e.tar.bz2
json-glib: add 1.0.0 bottle.
-rw-r--r--Library/Formula/json-glib.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/json-glib.rb b/Library/Formula/json-glib.rb
index 2799d675a..ec4eb5512 100644
--- a/Library/Formula/json-glib.rb
+++ b/Library/Formula/json-glib.rb
@@ -5,6 +5,12 @@ class JsonGlib < Formula
url 'http://ftp.gnome.org/pub/gnome/sources/json-glib/1.0/json-glib-1.0.0.tar.xz'
sha256 'dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde'
+ bottle do
+ sha1 "0752cfa2f78c6be59db8eacfd52a46cec2191078" => :mavericks
+ sha1 "ea3723bb024664c0e102a10dd03c16de00d43a4c" => :mountain_lion
+ sha1 "90182a996bba98f1ad2b1487c8b1dc3936c17f26" => :lion
+ end
+
depends_on 'pkg-config' => :build
depends_on 'glib'