Date: Wednesday, June 15, 2016 @ 14:00:41 Author: felixonmars Revision: 180284
upgpkg: aria2 1.24.0-1 Modified: aria2/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2016-06-15 12:59:35 UTC (rev 180283) +++ PKGBUILD 2016-06-15 14:00:41 UTC (rev 180284) @@ -7,7 +7,7 @@ # Contributor: Daniel J Griffiths <[email protected]> pkgname=aria2 -pkgver=1.23.0 +pkgver=1.24.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=('585185866415bf1120e4bf0a484e7dfec2e9e7c5305023b15ad0f66f90391f93') +sha256sums=('35a496d2704ffb07e0b0dcac16c6d9b2854327967f984218517403d187f7bf37') build() { cd $pkgname-$pkgver
