mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
aria2: update to 1.18.0.
This commit is contained in:
parent
cd6666a66a
commit
2b4a267e1e
1 changed files with 4 additions and 4 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'aria2'
|
# Template file for 'aria2'
|
||||||
pkgname=aria2
|
pkgname=aria2
|
||||||
version=1.17.1
|
version=1.18.0
|
||||||
revision=2
|
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
|
||||||
|
@ -12,12 +12,12 @@ configure_args="--with-openssl --with-libexpat --without-gnutls
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="zlib-devel gmp-devel expat-devel openssl-devel sqlite-devel
|
makedepends="zlib-devel gmp-devel expat-devel openssl-devel sqlite-devel
|
||||||
c-ares-devel ca-certificates"
|
c-ares-devel ca-certificates"
|
||||||
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@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
homepage="http://aria2.sourceforge.net/"
|
homepage="http://aria2.sourceforge.net/"
|
||||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||||
checksum=7e18cf15afa17cf725c2ab4338751bc165e33d41917a4af9927da0855298efc0
|
checksum=431aa6a1ba1cf992d5ac68c2822854a6c6991f03d025608311b5d99227fc0ab7
|
||||||
|
|
||||||
aria2_package() {
|
aria2_package() {
|
||||||
depends="ca-certificates"
|
depends="ca-certificates"
|
||||||
|
|
Loading…
Add table
Reference in a new issue