aria2: update to 1.18.4.
This commit is contained in:
parent
5a8ee857c3
commit
e4b331bbfd
|
@ -1,14 +1,11 @@
|
|||
# Template file for 'aria2'
|
||||
pkgname=aria2
|
||||
version=1.18.2
|
||||
version=1.18.4
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
configure_args="--with-openssl --with-libexpat --without-gnutls
|
||||
--with-ca-bundle=/etc/ssl/certs/ca-certificates.crt
|
||||
--with-bashcompletiondir=/usr/share/bash-completion/completions
|
||||
ac_cv_func_memcmp_working=yes ac_cv_func_mktime_working=yes
|
||||
ac_cv_func_strtod=yes ac_cv_func_mmap_fixed_mapped=yes
|
||||
ac_cv_func_vfork_works=yes"
|
||||
--with-bashcompletiondir=/usr/share/bash-completion/completions"
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="zlib-devel gmp-devel expat-devel openssl-devel sqlite-devel
|
||||
c-ares-devel ca-certificates"
|
||||
|
@ -18,4 +15,4 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
license="GPL-2"
|
||||
homepage="http://aria2.sourceforge.net/"
|
||||
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
|
||||
checksum=b4c99eea9e11d265ed90ab685571f7328a20f5c5a438da93ecdba0959170f460
|
||||
checksum=bc6b9d1eb215bba1948ebb7725301658f7125c7345d2a25f971cb8e11204c88d
|
||||
|
|
Loading…
Reference in New Issue