ncftp: update to 3.3.0.

This commit is contained in:
Leah Neukirchen 2025-08-19 16:13:20 +02:00
parent 21ed18f029
commit 58a194f646

View file

@ -1,15 +1,14 @@
# Template file for 'ncftp'
pkgname=ncftp
version=3.2.7
version=3.3.0
revision=1
build_style=gnu-configure
hostmakedepends="automake"
short_desc="Set of application programs implementing the File Transfer Protocol"
maintainer="Orphaned <orphan@voidlinux.org>"
license="ClArtistic"
homepage="http://www.ncftp.com/ncftp/"
distfiles="https://www.ncftp.com/public_ftp/ncftp/${pkgname}-${version}-src.tar.gz"
checksum=dbde0d3b4d28ba3a445621e10deaee57a6ba3ced277cc9dbce4052bcddf6cb2a
checksum=7920f884c2adafc82c8e41c46d6f3d22698785c7b3f56f5677a8d5c866396386
_older_version="https://www.ncftp.com/public_ftp/ncftp/older_versions/"
case "$XBPS_DISTFILES_MIRROR" in
@ -19,11 +18,6 @@ case "$XBPS_DISTFILES_MIRROR" in
;;
esac
pre_configure() {
cp autoconf_local/* .
autoreconf -fi
}
post_install() {
vlicense doc/LICENSE.txt
}