network/aria2: Updated for version 1.36.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
944c08ba12
commit
620d8ec946
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=aria2
|
||||
VERSION=${VERSION:-1.35.0}
|
||||
VERSION=${VERSION:-1.36.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aria2"
|
||||
VERSION="1.35.0"
|
||||
VERSION="1.36.0"
|
||||
HOMEPAGE="https://aria2.github.io/"
|
||||
DOWNLOAD="https://github.com/aria2/aria2/releases/download/release-1.35.0/aria2-1.35.0.tar.xz"
|
||||
MD5SUM="c933a8752a9a8bf7bd78083afe2d9101"
|
||||
DOWNLOAD="https://github.com/aria2/aria2/releases/download/release-1.36.0/aria2-1.36.0.tar.xz"
|
||||
MD5SUM="f11ff410bbe00385b4a1b20d22aa2598"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue