axel: update to 2.17.3.
Closes #11885. Signed-off-by: Enno Boland <gottox@voidlinux.org>
This commit is contained in:
parent
070574a5f8
commit
e32ef341cb
1 changed files with 9 additions and 13 deletions
|
@ -1,23 +1,19 @@
|
||||||
# Template file for 'axel'
|
# Template file for 'axel'
|
||||||
pkgname=axel
|
pkgname=axel
|
||||||
version=2.16.1
|
version=2.17.3
|
||||||
revision=6
|
revision=1
|
||||||
wrksrc="${pkgname}-${version}${_patch}"
|
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
conf_files=/etc/axelrc
|
conf_files="/etc/axelrc"
|
||||||
hostmakedepends="automake libtool gettext-devel pkg-config"
|
hostmakedepends="gettext-devel pkg-config"
|
||||||
makedepends="libressl-devel"
|
makedepends="libressl-devel"
|
||||||
short_desc="Download accelerator for FTP and HTTP"
|
short_desc="Download accelerator for FTP and HTTP"
|
||||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://salsa.debian.org/debian/axel"
|
homepage="https://github.com/axel-download-accelerator/axel"
|
||||||
distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz"
|
changelog="https://raw.githubusercontent.com/axel-download-accelerator/axel/master/ChangeLog"
|
||||||
checksum=64529add74df3db828f704b42d4ec3fcdacb8142c84f051f9213637c337e706c
|
distfiles="https://github.com/axel-download-accelerator/axel/releases/download/v${version}/axel-${version}.tar.xz"
|
||||||
|
checksum=43cfc7094e0e35a51e68921b314b7ab8dd87897007694833d695b3409750b3c6
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall doc/axelrc.example 644 etc axelrc
|
vconf doc/axelrc.example axelrc
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue