From ce1e72a7fc55d65e1604af02953d3ed15756edae Mon Sep 17 00:00:00 2001 From: Zhiming Wang Date: Thu, 2 Apr 2015 18:58:11 -0700 Subject: commonmark 0.18.3 Also switch from SHA-1 to SHA-256. Closes #38327. Signed-off-by: Tim D. Smith --- Library/Formula/commonmark.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Library') diff --git a/Library/Formula/commonmark.rb b/Library/Formula/commonmark.rb index 7c6a453ac..ade1bb3ce 100644 --- a/Library/Formula/commonmark.rb +++ b/Library/Formula/commonmark.rb @@ -1,7 +1,7 @@ class Commonmark < Formula homepage "http://commonmark.org" - url "https://github.com/jgm/cmark/archive/0.18.2.tar.gz" - sha1 "c5d63155269b0f5c84624b0a7c1e079e12a2ef47" + url "https://github.com/jgm/cmark/archive/0.18.3.tar.gz" + sha256 "493a29765b6b72b7cac9acca9b5be1e34828345068a1b1c17f8e004b786d55de" bottle do cellar :any -- cgit v1.2.3