Date: Monday, October 17, 2016 @ 08:51:47 Author: felixonmars Revision: 192426
upgpkg: aria2 1.28.0-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-10-17 07:48:22 UTC (rev 192425) +++ PKGBUILD 2016-10-17 08:51:47 UTC (rev 192426) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.27.1 +pkgver=1.28.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=('c09627ef31602cfdfa7c9925a6c3b05fe7d2097d83f42dcfdef68664bd106f08') +sha256sums=('e0a125a557b9aacf23468374f63215e9b1d6165c990bd8ecb0603cdc1d5d72f0') build() { cd $pkgname-$pkgver
