diff options
| author | Jack Nagel | 2014-03-28 11:11:42 -0500 |
|---|---|---|
| committer | Jack Nagel | 2014-03-28 12:13:20 -0500 |
| commit | d709be83bf9c20a8b3c70b2a58903e768fe262ce (patch) | |
| tree | a5fc1c714d8e93c6fd7997ac0e482f2790e6af83 /Library/Formula | |
| parent | 573fff684e24c4ddcb2be5ab8c9e8c8a252b202b (diff) | |
| download | homebrew-d709be83bf9c20a8b3c70b2a58903e768fe262ce.tar.bz2 | |
json-glib 1.0.0
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/json-glib.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/json-glib.rb b/Library/Formula/json-glib.rb index 8fa7f80dd..2799d675a 100644 --- a/Library/Formula/json-glib.rb +++ b/Library/Formula/json-glib.rb @@ -2,8 +2,8 @@ require 'formula' class JsonGlib < Formula homepage 'http://live.gnome.org/JsonGlib' - url 'http://ftp.gnome.org/pub/GNOME/sources/json-glib/0.16/json-glib-0.16.2.tar.xz' - sha256 'a95475364ec27ab1d2a69303cf579018558bfb6981e3498b3aaf1e6401f7422c' + url 'http://ftp.gnome.org/pub/gnome/sources/json-glib/1.0/json-glib-1.0.0.tar.xz' + sha256 'dbf558d2da989ab84a27e4e13daa51ceaa97eb959c2c2f80976c9322a8f4cdde' depends_on 'pkg-config' => :build depends_on 'glib' |
