aria2 1.16.0

Closes Homebrew/homebrew#16518.

Signed-off-by: Charlie Sharpsteen <source@sharpsteen.net>
This commit is contained in:
antbryan 2012-12-11 12:04:28 -05:00 committed by Charlie Sharpsteen
parent 924cfcd485
commit 5f927f9ddf

View file

@ -2,8 +2,8 @@ require 'formula'
class Aria2 < Formula
homepage 'http://aria2.sourceforge.net/'
url 'http://downloads.sourceforge.net/project/aria2/stable/aria2-1.15.2/aria2-1.15.2.tar.bz2'
sha1 'd33afc9bb4f854f3fc41adf46dd281f0c48b74ec'
url 'http://downloads.sourceforge.net/project/aria2/stable/aria2-1.16.0/aria2-1.16.0.tar.bz2'
sha1 'ef7bc1a0fc90f58cc767f240eb49d099c02b93d9'
depends_on 'pkg-config' => :build