axel: use alternate download

Closes Homebrew/homebrew#24350.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
yiyuanlu 2013-11-15 23:53:08 +08:00 committed by Adam Vandenberg
parent 7a3aa91d74
commit 0f0bc7e7cc
1 changed files with 3 additions and 3 deletions

View File

@ -1,9 +1,9 @@
require 'formula'
class Axel < Formula
homepage 'http://axel.alioth.debian.org'
url 'http://alioth.debian.org/frs/download.php/file/3016/axel-2.4.tar.bz2'
sha1 '9e212e2890a678ccb2ab48f575a659a32d07b1a9'
homepage 'http://packages.debian.org/wheezy/axel'
url 'http://ftp.de.debian.org/debian/pool/main/a/axel/axel_2.4.orig.tar.gz'
sha1 '6d89a7ce797ddf4c23a210036d640d013fe843ca'
def install
system "./configure", "--prefix=#{prefix}", "--debug=0", "--i18n=0"