diff options
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 | 
