aria2 1.22.0
Closes #893. Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
This commit is contained in:
parent
e1310e9732
commit
03652a869a
1 changed files with 2 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
class Aria2 < Formula
|
||||
desc "Download with resuming and segmented downloading"
|
||||
homepage "https://aria2.github.io/"
|
||||
url "https://github.com/tatsuhiro-t/aria2/releases/download/release-1.21.0/aria2-1.21.0.tar.xz"
|
||||
sha256 "225c5f2c8acc899e0a802cdf198f82bd0d3282218e80cdce251b1f9ffacf6580"
|
||||
url "https://github.com/aria2/aria2/releases/download/release-1.22.0/aria2-1.22.0.tar.xz"
|
||||
sha256 "ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -17,7 +17,6 @@ class Aria2 < Formula
|
|||
needs :cxx11
|
||||
|
||||
def install
|
||||
|
||||
args = %W[
|
||||
--disable-dependency-tracking
|
||||
--prefix=#{prefix}
|
||||
|
|
Loading…
Reference in a new issue