From 1f9aa799141368e3c70987f1c04ea109623428ef Mon Sep 17 00:00:00 2001 From: Brett Koonce Date: Sun, 18 May 2014 19:20:14 -0700 Subject: json-c 0.12 --- Library/Formula/json-c.rb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'Library/Formula/json-c.rb') 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 -- cgit v1.2.3