diff options
| author | Brett Koonce | 2014-05-18 19:20:14 -0700 | 
|---|---|---|
| committer | Brett Koonce | 2014-05-20 00:04:22 -0700 | 
| commit | 1f9aa799141368e3c70987f1c04ea109623428ef (patch) | |
| tree | a4cca8eebe391b3975d556c608e9cd69ad80e808 /Library/Formula/json-c.rb | |
| parent | 63a1ca6794c0202d375aefd1f92e2afbbffe2eeb (diff) | |
| download | homebrew-1f9aa799141368e3c70987f1c04ea109623428ef.tar.bz2 | |
json-c 0.12
Diffstat (limited to 'Library/Formula/json-c.rb')
| -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 | 
