Date: Sunday, August 28, 2016 @ 15:34:02 Author: felixonmars Revision: 187849
upgpkg: aria2 1.26.1-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-08-28 15:25:08 UTC (rev 187848) +++ PKGBUILD 2016-08-28 15:34:02 UTC (rev 187849) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.26.0 +pkgver=1.26.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=('c828f3375e9ab251239747fbbbf747e5027339080b9fdec29ac746a0b8c6088d') +sha256sums=('f4e64e9754af5e1c0ee1ee2a50c5fa5acbc180855909209c2ce0111e86c9a801') build() { cd $pkgname-$pkgver
