aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordeepsweet2011-04-04 23:00:22 +0300
committerAdam Vandenberg2011-04-04 13:34:26 -0700
commite9fea2896ef989a9dd129ed95ca2a1b6b2192940 (patch)
tree1c8ff9e2d2e9c1c27718e122bfda672b891f2db9
parentb4ffea6163e5acdda694597a90621c53af245031 (diff)
downloadhomebrew-e9fea2896ef989a9dd129ed95ca2a1b6b2192940.tar.bz2
updated p7zip
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/p7zip.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/p7zip.rb b/Library/Formula/p7zip.rb
index 1476d4759..8e509998b 100644
--- a/Library/Formula/p7zip.rb
+++ b/Library/Formula/p7zip.rb
@@ -3,9 +3,9 @@ require 'formula'
def build_32bit?; ARGV.include? '--32-bit' or Hardware.is_32_bit?; end
class P7zip < Formula
- url 'http://downloads.sourceforge.net/project/p7zip/p7zip/9.13/p7zip_9.13_src_all.tar.bz2'
+ url 'http://downloads.sourceforge.net/project/p7zip/p7zip/9.20.1/p7zip_9.20.1_src_all.tar.bz2'
homepage 'http://p7zip.sourceforge.net/'
- md5 '8ddb5053db3b1f2696407d01be145779'
+ md5 'bd6caaea567dc0d995c990c5cc883c89'
def options
[["--32-bit", "Force 32-bit."]]