diff options
Diffstat (limited to 'Library/Formula/axel.rb')
| -rw-r--r-- | Library/Formula/axel.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Formula/axel.rb b/Library/Formula/axel.rb index 0720f0378..d50741f36 100644 --- a/Library/Formula/axel.rb +++ b/Library/Formula/axel.rb @@ -3,7 +3,7 @@ require 'formula' class Axel < Formula url 'http://alioth.debian.org/frs/download.php/3016/axel-2.4.tar.bz2' homepage 'http://freshmeat.net/projects/axel/' - md5 '5fd72e67a682d20874b9f6d073201c6a' + sha1 '9e212e2890a678ccb2ab48f575a659a32d07b1a9' def install system "./configure", "--prefix=#{prefix}", "--debug=0", "--i18n=0" |
