aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorNed Konz2011-09-09 08:49:33 -0700
committerJack Nagel2011-09-10 16:16:31 -0500
commit790dfd21c60af356657f79063969dfe2e29c6da5 (patch)
tree0b9d491118b71a5fab290d9000f82e62d43c7b71 /Library/Formula
parentc1e354647fd16b3fdbc075b63277529195df92af (diff)
downloadhomebrew-790dfd21c60af356657f79063969dfe2e29c6da5.tar.bz2
lzip 1.12
Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/lzip.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/lzip.rb b/Library/Formula/lzip.rb
index 01c39baa5..fda847e05 100644
--- a/Library/Formula/lzip.rb
+++ b/Library/Formula/lzip.rb
@@ -1,9 +1,9 @@
require 'formula'
class Lzip < Formula
- url 'http://download.savannah.gnu.org/releases/lzip/lzip-1.11.tar.gz'
+ url 'http://download.savannah.gnu.org/releases/lzip/lzip-1.12.tar.gz'
+ md5 '69a40172db5ce896b58d862c50fcd517'
homepage 'http://www.nongnu.org/lzip/lzip.html'
- md5 'ba9d0a705e47bcd2b73145d238aa7b58'
def install
system "./configure", "--prefix=#{prefix}", "--mandir=#{man}",