diff options
| author | Stefan | 2013-04-08 01:22:13 +0200 |
|---|---|---|
| committer | Jack Nagel | 2013-04-08 14:48:30 -0500 |
| commit | a37b4561a6f1664888568ad4c0c44e44d38bee18 (patch) | |
| tree | ec347fba5a6c0b3639a09860c854c60f5c0d3172 /Library | |
| parent | 7e2f3ba6acfcbb42b727114f682685343c7a63a8 (diff) | |
| download | homebrew-a37b4561a6f1664888568ad4c0c44e44d38bee18.tar.bz2 | |
json-c 0.11
Closes #19034.
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
| -rw-r--r-- | Library/Formula/json-c.rb | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb index e888bdcc8..de720adf4 100644 --- a/Library/Formula/json-c.rb +++ b/Library/Formula/json-c.rb @@ -2,16 +2,15 @@ require 'formula' class JsonC < Formula homepage 'https://github.com/json-c/json-c/wiki' - url 'https://github.com/downloads/json-c/json-c/json-c-0.10.tar.gz' - sha1 'f90f643c8455da21d57b3e8866868a944a93c596' + url 'https://github.com/json-c/json-c/archive/json-c-0.11-20130402.tar.gz' + version '0.11' + sha1 '1910e10ea57a743ec576688700df4a0cabbe64ba' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" - system "make install" - # The Makefile forgets to install this header. This is fixed upstream and - # can be pulled on the next release. - (include/'json').install 'json_object_iterator.h' + ENV.deparallelize + system "make install" end end |
