From e06ef94f65668851c1bb00763382e8df9a2b5671 Mon Sep 17 00:00:00 2001 From: yanniks Date: Sun, 15 Dec 2013 21:04:18 +0100 Subject: [PATCH] cln 1.3.3 Closes Homebrew/homebrew#25237. Signed-off-by: Adam Vandenberg --- Formula/cln.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/cln.rb b/Formula/cln.rb index df90f219f66..0d476c68e75 100644 --- a/Formula/cln.rb +++ b/Formula/cln.rb @@ -2,8 +2,8 @@ require 'formula' class Cln < Formula homepage 'http://www.ginac.de/CLN/' - url 'http://www.ginac.de/CLN/cln-1.3.2.tar.bz2' - sha1 'c30dca80e75f45e2107f233075e6d0339ea884b0' + url 'http://www.ginac.de/CLN/cln-1.3.3.tar.bz2' + sha1 '11c56780eb83ed54f2ad1ecef7f0dc0f609c426d' depends_on "gmp"