aria2 1.19.1
Closes Homebrew/homebrew#44482. Signed-off-by: Dominyk Tiller <dominyktiller@gmail.com>master
parent
9a02df8c28
commit
b6c68e2616
|
@ -1,9 +1,8 @@
|
|||
class Aria2 < Formula
|
||||
desc "Download with resuming and segmented downloading"
|
||||
homepage "http://aria2.sourceforge.net/"
|
||||
url "https://downloads.sourceforge.net/project/aria2/stable/aria2-1.19.0/aria2-1.19.0.tar.bz2"
|
||||
mirror "https://mirrors.kernel.org/debian/pool/main/a/aria2/aria2_1.19.0.orig.tar.bz2"
|
||||
sha256 "ae2b6fce7a0974c9156415cccf2395cd258580ab34eec2b34a8e76120b7240ce"
|
||||
url "https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.1/aria2-1.19.1.tar.xz"
|
||||
sha256 "f731f64940ccfc78e8777190de354ba833fe248851b935d5d8885a7917fc101f"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
|
Loading…
Reference in New Issue