aboutsummaryrefslogtreecommitdiff
path: root/community/filezilla
diff options
context:
space:
mode:
authorprspkt <prspkt@protonmail.com>2019-06-27 23:01:56 +0300
committerprspkt <prspkt@protonmail.com>2019-06-27 23:04:27 +0300
commitb3c44745b250a99dce7185179f9bdfc2bd905851 (patch)
tree94d4e4ed390a86580be57293762b4848e64a88ba /community/filezilla
parent92f803b192c9cecbda166b7be348db43de5bebf5 (diff)
downloadalpine_aports-b3c44745b250a99dce7185179f9bdfc2bd905851.tar.bz2
alpine_aports-b3c44745b250a99dce7185179f9bdfc2bd905851.tar.xz
alpine_aports-b3c44745b250a99dce7185179f9bdfc2bd905851.zip
community/filezilla: upgrade to 3.43.0
Diffstat (limited to 'community/filezilla')
-rw-r--r--community/filezilla/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/community/filezilla/APKBUILD b/community/filezilla/APKBUILD
index 0e41723c1f..dbb5e18398 100644
--- a/community/filezilla/APKBUILD
+++ b/community/filezilla/APKBUILD
@@ -1,12 +1,12 @@
1# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> 1# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
2pkgname=filezilla 2pkgname=filezilla
3pkgver=3.42.1 3pkgver=3.43.0
4pkgrel=0 4pkgrel=0
5pkgdesc="FTP Client" 5pkgdesc="FTP Client"
6url="https://filezilla-project.org" 6url="https://filezilla-project.org"
7arch="all" 7arch="all"
8license="GPL-2.0-or-later" 8license="GPL-2.0-or-later"
9makedepends="libfilezilla-dev>=0.16.0 wxgtk3-dev libidn-dev nettle-dev gnutls-dev 9makedepends="libfilezilla-dev>=0.17.0 wxgtk3-dev libidn-dev nettle-dev gnutls-dev
10 pugixml-dev xdg-utils gtk+2.0-dev sqlite-dev" 10 pugixml-dev xdg-utils gtk+2.0-dev sqlite-dev"
11subpackages="$pkgname-doc $pkgname-lang" 11subpackages="$pkgname-doc $pkgname-lang"
12source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2" 12source="https://download.filezilla-project.org/client/FileZilla_${pkgver}_src.tar.bz2"
@@ -31,4 +31,4 @@ check() {
31 make check 31 make check
32} 32}
33 33
34sha512sums="0dc9b3a6347803f60a71c56bb759700fb2b1b019dc29794aa639ce892ccd1ae53041112987f9d5e8e75ec7e07702a5aac8e1c131796bbc5f210d75d286276deb FileZilla_3.42.1_src.tar.bz2" 34sha512sums="12c518616508e1cbd7ab60f1b94f8c876c885bc4399674c4b2df34235141fde1297a1edc686078c0f93b040ea6e42984c22ace00c4da201c7f99b4c9b71f5bc1 FileZilla_3.43.0_src.tar.bz2"