aria2: update to 1.20

This commit is contained in:
gnastyle 2016-02-18 18:44:40 +01:00
parent 7b588de69e
commit 468823cba7

View File

@ -1,6 +1,6 @@
pkgname=aria2
pkgver=1.19.2
pkgrel=2
pkgver=1.20.0
pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink.'
arch=('x86_64')
url='http://aria2.sourceforge.net/'
@ -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=('3605486dd495cd8c2f672b7d0b763397989d831396862f15730697ebcf0ad53e')
sha1sums=('a8c8d473279b6435657de316ff013e56acefe1a0')
build() {
cd ${pkgname}-${pkgver}