Date: Friday, April 15, 2016 @ 17:34:40 Author: fyan Revision: 171113
upgpkg: aria2 1.22.0-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-04-15 14:51:45 UTC (rev 171112) +++ PKGBUILD 2016-04-15 15:34:40 UTC (rev 171113) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.21.0 +pkgver=1.22.0 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('i686' 'x86_64') @@ -16,7 +16,7 @@ depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2') checkdepends=('cppunit') source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz") -sha256sums=('225c5f2c8acc899e0a802cdf198f82bd0d3282218e80cdce251b1f9ffacf6580') +sha256sums=('ac3fb3f33a76ce22f968ace293445ef64c201b0ae43aef21e664e4b977e34f89') build() { cd $pkgname-$pkgver
