libfilezilla: update to 0.20.1.
This commit is contained in:
parent
2c77aa3746
commit
f1aee0e3c5
|
@ -2456,7 +2456,7 @@ libhwloc.so.15 libhwloc-2.0.4_1
|
||||||
libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1
|
libnetfilter_cttimeout.so.1 libnetfilter_cttimeout-1.0.0_1
|
||||||
libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1
|
libnetfilter_cthelper.so.0 libnetfilter_cthelper-1.0.0_1
|
||||||
libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1
|
libnetfilter_queue.so.1 libnetfilter_queue-1.0.2_1
|
||||||
libfilezilla.so.3 libfilezilla-0.19.3_1
|
libfilezilla.so.4 libfilezilla-0.20.1_1
|
||||||
libtommath.so.1 libtommath-1.0_1
|
libtommath.so.1 libtommath-1.0_1
|
||||||
libKF5ItemViews.so.5 kitemviews-5.26.0_1
|
libKF5ItemViews.so.5 kitemviews-5.26.0_1
|
||||||
libunicorn.so.1 unicorn-1.0_1
|
libunicorn.so.1 unicorn-1.0_1
|
||||||
|
|
|
@ -1,11 +1,11 @@
|
||||||
# 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.19.3
|
version=0.20.1
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static"
|
configure_args="--disable-static"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="gettext 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 <bra1nwave@protonmail.com>"
|
maintainer="bra1nwave <bra1nwave@protonmail.com>"
|
||||||
|
@ -13,7 +13,7 @@ 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=a43d49f86d5550e9a81aee2394bac066333d5bb47943e92c629cb9d52037b43a
|
checksum=07a777daa27a49ea9b63b1636f713196193ff65fcc63a8ab5947ee707e2be884
|
||||||
|
|
||||||
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
if [ "$XBPS_TARGET_NO_ATOMIC8" ]; then
|
||||||
makedepends+=" libatomic-devel"
|
makedepends+=" libatomic-devel"
|
||||||
|
|
Loading…
Reference in New Issue