Date: Saturday, September 17, 2016 @ 01:15:50 Author: felixonmars Revision: 189803
upgpkg: aria2 1.27.1-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-17 01:08:46 UTC (rev 189802) +++ PKGBUILD 2016-09-17 01:15:50 UTC (rev 189803) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.27.0 +pkgver=1.27.1 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=('166538f3460e405e9812981a4748799fb191ab0bd68e9b38a8e6be0553f9248c') +sha256sums=('c09627ef31602cfdfa7c9925a6c3b05fe7d2097d83f42dcfdef68664bd106f08') build() { cd $pkgname-$pkgver
