aria2: update to 1.34.0.
Closes #14432. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
2597c0953c
commit
905666bf0f
|
@ -1,17 +1,20 @@
|
||||||
# Template file for 'aria2'
|
# Template file for 'aria2'
|
||||||
pkgname=aria2
|
pkgname=aria2
|
||||||
version=1.33.1
|
version=1.34.0
|
||||||
revision=3
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-openssl --with-libexpat --without-gnutls
|
configure_args="--with-openssl --with-libexpat --without-gnutls
|
||||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||||
--with-bashcompletiondir=/usr/share/bash-completion/completions"
|
--with-bashcompletiondir=/usr/share/bash-completion/completions"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel gmp-devel expat-devel libressl-devel sqlite-devel c-ares-devel"
|
makedepends="c-ares-devel expat-devel gmp-devel libressl-devel sqlite-devel
|
||||||
|
zlib-devel"
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
|
checkdepends="libcppunit-devel"
|
||||||
short_desc="Lightweight multi-protocol/multi-source command-line download utility"
|
short_desc="Lightweight multi-protocol/multi-source command-line download utility"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="GPL-2"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://aria2.github.io/"
|
homepage="https://aria2.github.io/"
|
||||||
distfiles="https://github.com/tatsuhiro-t/aria2/releases/download/release-${version}/${pkgname}-${version}.tar.xz"
|
#changelog="https://raw.githubusercontent.com/aria2/aria2/master/NEWS"
|
||||||
checksum=2539e4844f55a1f1f5c46ad42744335266053a69162e964d9a2d80a362c75e1b
|
distfiles="https://github.com/aria2/aria2/releases/download/release-${version}/aria2-${version}.tar.xz"
|
||||||
|
checksum=3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3
|
||||||
|
|
Loading…
Reference in New Issue