mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
network/aria2: Updated for version 1.30.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
758eb5fe75
commit
1931f8969d
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.29.0}
|
||||
VERSION=${VERSION:-1.30.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aria2"
|
||||
VERSION="1.29.0"
|
||||
VERSION="1.30.0"
|
||||
HOMEPAGE="https://aria2.github.io/"
|
||||
DOWNLOAD="https://github.com/aria2/aria2/releases/download/release-1.29.0/aria2-1.29.0.tar.xz"
|
||||
MD5SUM="42eef1fb9f33aed61e9b664d56b5208c"
|
||||
DOWNLOAD="https://github.com/aria2/aria2/releases/download/release-1.30.0/aria2-1.30.0.tar.xz"
|
||||
MD5SUM="2b970744835020dbb254b8784e519056"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue