diff options
| author | Brett Koonce | 2014-05-20 12:50:15 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-05-20 13:19:52 -0700 | 
| commit | a5d11561c3878da6b30c25789fddb1a778e0c72b (patch) | |
| tree | ed5b9631bb28e2dbfb2d8ac4fa5cec47092cd73e /Library/Formula/json-c.rb | |
| parent | 6a99dfd0caca275983fc8fd61e76677cc2ac9632 (diff) | |
| download | homebrew-a5d11561c3878da6b30c25789fddb1a778e0c72b.tar.bz2 | |
json-c: revert to 0.11
Will need to wait for the following upstream fixes to be released:
http://trac.osgeo.org/postgis/ticket/2723
http://trac.osgeo.org/gdal/ticket/5449
Closes #29430.
Diffstat (limited to 'Library/Formula/json-c.rb')
| -rw-r--r-- | Library/Formula/json-c.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb index 92e916563..7567a9084 100644 --- a/Library/Formula/json-c.rb +++ b/Library/Formula/json-c.rb @@ -2,9 +2,9 @@ require "formula"  class JsonC < Formula    homepage "https://github.com/json-c/json-c/wiki" -  url "https://github.com/json-c/json-c/archive/json-c-0.12-20140410.tar.gz" -  version "0.12" -  sha1 "b33872f8b2837c7909e9bd8734855669c57a67ce" +  url "https://github.com/json-c/json-c/archive/json-c-0.11-20130402.tar.gz" +  version "0.11" +  sha1 "1910e10ea57a743ec576688700df4a0cabbe64ba"    bottle do      cellar :any | 
