mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/aria2: Updated for version 1.34.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a6cb3e4a5b
commit
954fc74b8a
2 changed files with 4 additions and 4 deletions
|
@ -21,7 +21,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=${PRGNAM:-aria2}
|
||||
VERSION=${VERSION:-1.33.1}
|
||||
VERSION=${VERSION:-1.34.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aria2"
|
||||
VERSION="1.33.1"
|
||||
VERSION="1.34.0"
|
||||
HOMEPAGE="https://aria2.github.io/"
|
||||
DOWNLOAD="https://github.com/aria2/aria2/releases/download/release-1.33.1/aria2-1.33.1.tar.xz"
|
||||
MD5SUM="586ac195cc15b8bec51688338fac0fc5"
|
||||
DOWNLOAD="https://github.com/aria2/aria2/releases/download/release-1.34.0/aria2-1.34.0.tar.xz"
|
||||
MD5SUM="923b2f6cab7414a8ef0c05a264e070bb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue