aria2: update to 1.34.0

This commit is contained in:
Francesco Marinucci 2018-11-29 16:11:57 +01:00
parent a11fee30ec
commit dd02df032f

View File

@ -1,5 +1,5 @@
pkgname=aria2
pkgver=1.32.0
pkgver=1.34.0
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink.'
arch=('x86_64')
@ -8,7 +8,7 @@ license=('GPL3')
depends=('gnutls' 'libxml2' 'sqlite3' 'c-ares' 'ca-certificates' 'libssh2')
categories=('network')
source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-${pkgver}/${pkgname}-${pkgver}.tar.xz")
sha256sums=('546e9194a9135d665fce572cb93c88f30fb5601d113bfa19951107ced682dc50')
sha256sums=('3a44a802631606e138a9e172a3e9f5bcbaac43ce2895c1d8e2b46f30487e77a3')
build() {
cd ${pkgname}-${pkgver}