Date: Friday, September 16, 2016 @ 14:34:24 Author: felixonmars Revision: 189770
upgpkg: aria2 1.27.0-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-09-16 14:26:53 UTC (rev 189769) +++ PKGBUILD 2016-09-16 14:34:24 UTC (rev 189770) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.26.1 +pkgver=1.27.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=('f4e64e9754af5e1c0ee1ee2a50c5fa5acbc180855909209c2ce0111e86c9a801') +sha256sums=('166538f3460e405e9812981a4748799fb191ab0bd68e9b38a8e6be0553f9248c') build() { cd $pkgname-$pkgver
