libfilezilla: update to 0.19.0.
This commit is contained in:
parent
20ed2ef44e
commit
ed4900bd59
|
@ -1,19 +1,19 @@
|
||||||
# Template file for 'libfilezilla'
|
# Template file for 'libfilezilla'
|
||||||
# filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
|
# filezilla needs to be rebuilt when libfilezilla version changes, ABI is not stable
|
||||||
pkgname=libfilezilla
|
pkgname=libfilezilla
|
||||||
version=0.18.2
|
version=0.19.0
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="nettle-devel gnutls-devel"
|
makedepends="nettle-devel gnutls-devel"
|
||||||
short_desc="Small and modern C++ library, which offers some basic functionalities"
|
short_desc="Small and modern C++ library, which offers some basic functionalities"
|
||||||
maintainer="bra1nwave <brainwave@openmailbox.org>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
homepage="https://lib.filezilla-project.org/"
|
homepage="https://lib.filezilla-project.org/"
|
||||||
changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?view=co"
|
changelog="https://svn.filezilla-project.org/filezilla/libfilezilla/trunk/NEWS?view=co"
|
||||||
distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
distfiles="https://download.filezilla-project.org/${pkgname}/${pkgname}-${version}.tar.bz2"
|
||||||
checksum=40d86929b486a6809c4b52d607f21a00e634e0b9b792504fe2964c117b522dc9
|
checksum=20988fb15eac477c6f08846895799c095aae4faa0947fdd6ecdd999955364657
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
armv[56]*|ppc|ppc-musl*)
|
armv[56]*|ppc|ppc-musl*)
|
||||||
|
|
Loading…
Reference in New Issue