diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-02-09 14:58:11 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-02-09 15:29:06 +0000 |
commit | 84475fc75bf763b4cc17f64510cfb3323ffd5107 (patch) | |
tree | c0abd28956e1fc235369d708248a591ffff6a58f | |
parent | 11f619ccc8258df5fe391ff5162599bf0fde2df7 (diff) | |
download | aports-84475fc75bf763b4cc17f64510cfb3323ffd5107.tar.bz2 aports-84475fc75bf763b4cc17f64510cfb3323ffd5107.tar.xz |
testing/filezilla: upgrade to 3.30.0
-rw-r--r-- | testing/filezilla/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/filezilla/APKBUILD b/testing/filezilla/APKBUILD index 50126bcf0c..8864409f2a 100644 --- a/testing/filezilla/APKBUILD +++ b/testing/filezilla/APKBUILD @@ -1,6 +1,6 @@ # Maintainer: Leonardo Arena <rnalrd@alpinelinux.org> pkgname=filezilla -pkgver=3.29.0 +pkgver=3.30.0 pkgrel=0 pkgdesc="FTP Client" url="http://filezilla-project.org" @@ -32,4 +32,4 @@ check() { make check } -sha512sums="d1906cb18cfebb0ac9f92b1b97e11ffe2f5bf1b70d9cf1454e627f141a0fe9b3d1ba473a0464d5727e8fccf992643a64cfb729d93187a010fcb4f59603589349 FileZilla_3.29.0_src.tar.bz2" +sha512sums="e045ed07d3ca550881238935d80a9f6e972d67a40449a2bab72b29519240785e89c573af53fad702ab066cc26b7077452868bb50bfc76d371c29c86f908060fe FileZilla_3.30.0_src.tar.bz2" |