aria2 1.18.4
This commit is contained in:
parent
9f7d09a832
commit
165c7000c2
1 changed files with 2 additions and 2 deletions
|
@ -2,8 +2,8 @@ require 'formula'
|
||||||
|
|
||||||
class Aria2 < Formula
|
class Aria2 < Formula
|
||||||
homepage 'http://aria2.sourceforge.net/'
|
homepage 'http://aria2.sourceforge.net/'
|
||||||
url 'https://downloads.sourceforge.net/project/aria2/stable/aria2-1.18.3/aria2-1.18.3.tar.bz2'
|
url 'https://downloads.sourceforge.net/project/aria2/stable/aria2-1.18.4/aria2-1.18.4.tar.bz2'
|
||||||
sha1 '1a0b42e69b49fa9efb624ba2ba86118f0fb77aef'
|
sha1 '389829028d8e95f08d42a3bef00ab3237a4b246f'
|
||||||
|
|
||||||
depends_on 'pkg-config' => :build
|
depends_on 'pkg-config' => :build
|
||||||
depends_on :macos => :lion # Needs a c++11 compiler
|
depends_on :macos => :lion # Needs a c++11 compiler
|
||||||
|
|
Loading…
Reference in a new issue