diff options
author | wiz <wiz@pkgsrc.org> | 2018-01-28 15:50:14 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2018-01-28 15:50:14 +0000 |
commit | 3a2ac0944f4a93a262acf04c00b88143a37c69b1 (patch) | |
tree | f609653c024e6948691fbd548e4b5fa806d6976e /net/filezilla/Makefile | |
parent | f1df75c8a19c1a27bda0a78b788e8d93cbd73fbf (diff) | |
download | pkgsrc-3a2ac0944f4a93a262acf04c00b88143a37c69b1.tar.gz |
filezilla: update to 3.30.0.
3.30.0 (2018-01-08)
- Add additional logging if autoupdate mechanism fails
3.30.0-rc1 (2017-12-29)
+ In the search dialog local files can now be deleted or opened
+ The root node in the remote directory tree is now expanded by default
- Fix uploading from search dialog
- Fix formatting of filename in rename dialog
- MSW: Fix installer crash if an update installation is started with the updated version having been installed
Diffstat (limited to 'net/filezilla/Makefile')
-rw-r--r-- | net/filezilla/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/net/filezilla/Makefile b/net/filezilla/Makefile index f54518868a9..5fb0dd6df55 100644 --- a/net/filezilla/Makefile +++ b/net/filezilla/Makefile @@ -1,9 +1,8 @@ -# $NetBSD: Makefile,v 1.90 2017/11/30 16:45:33 adam Exp $ +# $NetBSD: Makefile,v 1.91 2018/01/28 15:50:14 wiz Exp $ -VERSION= 3.29.0 +VERSION= 3.30.0 DISTNAME= FileZilla_${VERSION}_src PKGNAME= filezilla-${VERSION} -PKGREVISION= 1 CATEGORIES= net x11 MASTER_SITES= https://download.filezilla-project.org/client/ EXTRACT_SUFX= .tar.bz2 |