Date: Wednesday, May 16, 2018 @ 06:57:09 Author: felixonmars Revision: 322551
upgpkg: aria2 1.34.0-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2018-05-16 06:56:31 UTC (rev 322550) +++ PKGBUILD 2018-05-16 06:57:09 UTC (rev 322551) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.33.1 +pkgver=1.34.0 pkgrel=1 pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' arch=('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") -sha512sums=('5379768a0960e46ed616a2540508d0dda4172c8d1a05021e50243241adb64448f5fa01878868ea206ec6b462fea39fa82284bb0f78ceec299eb289f94815b94a') +sha512sums=('80bc43e242c06acc95030021cb347b4ec230729f3d7e512ca1932941b34ef95c312a34007a226869e5d720839a400e66cdb072ccab5d42228d8cf3d828723dcc') build() { cd $pkgname-$pkgver
