diff options
| -rw-r--r-- | Library/Formula/json-c.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/json-c.rb b/Library/Formula/json-c.rb index 0b86a77cb..852ff7420 100644 --- a/Library/Formula/json-c.rb +++ b/Library/Formula/json-c.rb @@ -1,10 +1,10 @@ -require 'formula' +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.11-20130402.tar.gz' - version '0.11' - sha1 '1910e10ea57a743ec576688700df4a0cabbe64ba' + 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" bottle do cellar :any |
