From 6ae45bec6217b3c8def54a22ba3ef8746ce31fe3 Mon Sep 17 00:00:00 2001 From: Dominyk Tiller Date: Sun, 22 Feb 2015 09:11:36 +0000 Subject: cereal 1.1.0 Simple bump. Couple of breaking changes upstream but nothing ` brew uses ` cereal so we should be safe. Closes #37053. Signed-off-by: Mike McQuaid --- Library/Formula/cereal.rb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'Library') diff --git a/Library/Formula/cereal.rb b/Library/Formula/cereal.rb index 668b959d4..4cac160d0 100644 --- a/Library/Formula/cereal.rb +++ b/Library/Formula/cereal.rb @@ -1,9 +1,7 @@ -require "formula" - class Cereal < Formula - homepage "http://uscilab.github.io/cereal/" - url "https://github.com/USCiLab/cereal/archive/v1.0.0.tar.gz" - sha1 "a8e409deb2bdba6bdbc04d3eb2d5294d4cc4b9e2" + homepage "https://uscilab.github.io/cereal/" + url "https://github.com/USCiLab/cereal/archive/v1.1.0.tar.gz" + sha1 "a7036f3fdb43315b0b6aa6c112c5878c03f1aa9e" head "https://github.com/USCiLab/cereal.git", :branch => "develop" -- cgit v1.2.3