From 468823cba7aba4e6462067aede5017cb305352ab Mon Sep 17 00:00:00 2001 From: gnastyle Date: Thu, 18 Feb 2016 18:44:40 +0100 Subject: [PATCH] aria2: update to 1.20 --- aria2/PKGBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/aria2/PKGBUILD b/aria2/PKGBUILD index c9c874fd7..fc301396e 100644 --- a/aria2/PKGBUILD +++ b/aria2/PKGBUILD @@ -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}