Date: Saturday, August 20, 2016 @ 15:17:55 Author: felixonmars Revision: 187189
upgpkg: aria2 1.26.0-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-20 15:08:31 UTC (rev 187188) +++ PKGBUILD 2016-08-20 15:17:55 UTC (rev 187189) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.25.0 +pkgver=1.26.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=('ff89eb4c76cfc816a6f5abc7dfd416cc3f339e7d02c761f822fa965a18cf0d35') +sha256sums=('c828f3375e9ab251239747fbbbf747e5027339080b9fdec29ac746a0b8c6088d') build() { cd $pkgname-$pkgver
