1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-12 18:59:50 +03:00

main/ncftp: upgrade to 3.3.0

https://www.ncftp.com/ncftp/doc/changelog.html
This commit is contained in:
fossdd 2025-05-02 01:24:36 +02:00 committed by Celeste
parent 2e795f0440
commit 8d941ad1cb

View file

@ -1,6 +1,6 @@
# Maintainer: Carlo Landmeter <clandmeter@alpinelinux.org>
pkgname=ncftp
pkgver=3.2.7
pkgver=3.3.0
pkgrel=0
pkgdesc="A set of free application programs implementing FTP"
url="https://www.ncftp.com/"
@ -10,9 +10,7 @@ options="!check" # No test suite.
license="ClArtistic"
makedepends="ncurses-dev"
subpackages="$pkgname-doc $pkgname-bookmarks $pkgname-dev"
# upstream removed 3.2.7 from the website(?)
#source="https://www.ncftp.com/public_ftp/ncftp/ncftp-$pkgver-src.tar.xz"
source="https://dev.alpinelinux.org/archive/ncftp/ncftp-$pkgver-src.tar.xz"
source="https://www.ncftp.com/public_ftp/ncftp/ncftp-$pkgver-src.tar.gz"
build() {
CFLAGS="-fpermissive" ./configure \
@ -44,5 +42,5 @@ bookmarks() {
}
sha512sums="
b755385a57ac2487625c15985f091d9e1b71073b2593faffe1f2bbba34e691cfff9ffd8448b048f223ea08428e890f30c49a903e4f938393e3c0e4ae03ddab37 ncftp-3.2.7-src.tar.xz
44ac7326e2cda957b5e32e8130ec8b7c8180d085ff400209dd86c0284b5b07fd2b794ee5d707bdaad4f7581553bd12ac10914e2ef0a7dc0913a0ca540d0322a2 ncftp-3.3.0-src.tar.gz
"