filezilla: update to 3.9.0.6
This commit is contained in:
parent
04d006532d
commit
535fddde0b
1 changed files with 6 additions and 5 deletions
|
@ -1,18 +1,19 @@
|
||||||
# Template file for 'filezilla'
|
# Template file for 'filezilla'
|
||||||
pkgname=filezilla
|
pkgname=filezilla
|
||||||
version=3.9.0.3
|
version=3.9.0.6
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--disable-static --disable-manualupdatecheck --disable-autoupdatecheck"
|
configure_args="WXRC=wxrc-3.0 --with-wx-config=wx-config-3.0 --disable-static
|
||||||
|
--disable-manualupdatecheck --disable-autoupdatecheck"
|
||||||
hostmakedepends="pkg-config"
|
hostmakedepends="pkg-config"
|
||||||
makedepends="gnutls-devel tinyxml-devel dbus-devel libidn-devel sqlite-devel
|
makedepends="gnutls-devel tinyxml-devel dbus-devel libidn-devel sqlite-devel
|
||||||
gtk+-devel wxWidgets-devel xdg-utils hicolor-icon-theme desktop-file-utils"
|
gtk+-devel wxWidgets-devel xdg-utils"
|
||||||
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
|
depends="xdg-utils hicolor-icon-theme desktop-file-utils"
|
||||||
short_desc="Fast and reliable FTP, FTPS and SFTP client"
|
short_desc="Fast and reliable FTP, FTPS and SFTP client"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-2"
|
||||||
homepage="http://filezilla-project.org/"
|
homepage="http://filezilla-project.org/"
|
||||||
update_pattern="FileZilla_\K[\d.]+(?=_src)"
|
update_pattern="FileZilla_\K[\d.]+(?=_src)"
|
||||||
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
|
distfiles="${SOURCEFORGE_SITE}/${pkgname}/FileZilla_${version}_src.tar.bz2"
|
||||||
checksum=155af18b16dabec72f3c1135bae9e9048c6d9b0921c2042dd22e487fef45a939
|
checksum=ce7f56b383fa59dc55b16d8695e9f03b6e86d59a04dce44a16b5d02b2391b0b7
|
||||||
nocross=yes
|
nocross=yes
|
||||||
|
|
Loading…
Reference in a new issue