axel: fix homepage= and license=
This commit is contained in:
parent
953b3001e0
commit
349f1cbcfd
1 changed files with 5 additions and 5 deletions
|
@ -1,16 +1,16 @@
|
|||
# Template file for 'axel'
|
||||
pkgname=axel
|
||||
version=2.16.1
|
||||
revision=4
|
||||
wrksrc=${pkgname}-${version}${_patch}
|
||||
revision=5
|
||||
wrksrc="${pkgname}-${version}${_patch}"
|
||||
build_style=gnu-configure
|
||||
conf_files=/etc/axelrc
|
||||
hostmakedepends="automake libtool gettext-devel pkg-config"
|
||||
hostmakedepends="automake libtool gettext-devel pkgconf"
|
||||
makedepends="libressl-devel"
|
||||
short_desc="Download accelerator for FTP and HTTP"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-2"
|
||||
homepage="https://axel.alioth.debian.org/"
|
||||
license="GPL-2.0-or-later"
|
||||
homepage="https://salsa.debian.org/debian/axel"
|
||||
distfiles="${DEBIAN_SITE}/main/a/axel/axel_${version}.orig.tar.gz"
|
||||
checksum=64529add74df3db828f704b42d4ec3fcdacb8142c84f051f9213637c337e706c
|
||||
|
||||
|
|
Loading…
Reference in a new issue