aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorDominyk Tiller2015-02-22 09:11:36 +0000
committerMike McQuaid2015-02-22 15:47:30 +0000
commit6ae45bec6217b3c8def54a22ba3ef8746ce31fe3 (patch)
tree489e5598dcc9226c97fd401457e91591b7cf0a69 /Library
parent166defb069a6ace938542972e5806075c208c006 (diff)
downloadhomebrew-6ae45bec6217b3c8def54a22ba3ef8746ce31fe3.tar.bz2
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 <mike@mikemcquaid.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/cereal.rb8
1 files changed, 3 insertions, 5 deletions
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"