From 14a0d0942faed305a1e6b9afb1203f013723a1e9 Mon Sep 17 00:00:00 2001 From: nibbles 2bits Date: Sun, 10 Jun 2012 13:36:59 -0700 Subject: [PATCH] libcmph 2.0 Signed-off-by: Adam Vandenberg --- Formula/libcmph.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/libcmph.rb b/Formula/libcmph.rb index b48dd196786..76e024c56f8 100644 --- a/Formula/libcmph.rb +++ b/Formula/libcmph.rb @@ -1,9 +1,9 @@ require 'formula' class Libcmph < Formula - url 'http://downloads.sourceforge.net/project/cmph/cmph/cmph-0.9/cmph-0.9.tar.gz' homepage 'http://cmph.sourceforge.net' - md5 '14c17e3058174e9333936caa8e18ed28' + url 'http://downloads.sourceforge.net/project/cmph/cmph/cmph-2.0.tar.gz' + sha1 'eabdd4cd9f9bb2fed6773caac8d91638ad2d02b7' def install system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"