* update aria2 to 1.37.0-1

This commit is contained in:
Alexander Baldeck 2023-12-11 08:13:38 +01:00
parent 8aaf7fb1ba
commit 05e2216e98

View File

@ -7,16 +7,16 @@
# Contributor: Daniel J Griffiths <ghost1227@archlinux.us> # Contributor: Daniel J Griffiths <ghost1227@archlinux.us>
pkgname=aria2 pkgname=aria2
pkgver=1.36.0 pkgver=1.37.0
pkgrel=1 pkgrel=1
pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink' pkgdesc='Download utility that supports HTTP(S), FTP, BitTorrent, and Metalink'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64) arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
url='http://aria2.sourceforge.net/' url='https://aria2.github.io'
license=('GPL') license=('GPL')
depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2') depends=('gnutls' 'libxml2' 'sqlite' 'c-ares' 'ca-certificates' 'libssh2')
checkdepends=('cppunit') checkdepends=('cppunit')
source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz") source=("https://github.com/tatsuhiro-t/aria2/releases/download/release-$pkgver/aria2-$pkgver.tar.xz")
sha512sums=('8203dbb75274455a78c50dd4f894e631de6931ac889f26896dceed78ec38c98cdbcf07e164744f308f2bfffeae1016beec1bfdbe8cad7f3280d11376aa0c2542') sha512sums=('df3b8b4de8fa8d78f203ea00c059e43585e18a229009f202e42e6a9e59db67d09df0dbba8a016e99ed73c82f59e4f8b26f86c2288afdbb96a6807cbe2c56e6b3')
build() { build() {
cd $pkgname-$pkgver cd $pkgname-$pkgver