mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-18 22:06:04 +01:00
network/aria2: Updated for version 1.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
bf93390ab9
commit
c6e55bb514
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.19.0}
|
||||
VERSION=${VERSION:-1.19.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="aria2"
|
||||
VERSION="1.19.0"
|
||||
VERSION="1.19.1"
|
||||
HOMEPAGE="http://aria2.sourceforge.net/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/aria2/aria2-1.19.0.tar.xz"
|
||||
MD5SUM="8417e25750928c250177f0f783b4f9b0"
|
||||
DOWNLOAD="https://github.com/tatsuhiro-t/aria2/releases/download/release-1.19.1/aria2-1.19.1.tar.xz"
|
||||
MD5SUM="b8b72b951f3943285a4b445364b6348c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-ares"
|
||||
|
|
Loading…
Reference in a new issue