From: Maximilian Grunow Date: Tue, 2 May 2023 19:21:28 +0000 (+0200) Subject: ♻️ update to version 3.64.0 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=5f3893aa9f4cf162be54690e170c6ff7b8215bbb;p=FileZilla.git ♻️ update to version 3.64.0 --- diff --git a/.gitignore b/.gitignore index 95091c0..8d5d86d 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ oss-pkg-FileZilla.spec +.DS_Store diff --git a/FULLNAMES b/FULLNAMES index b9549e8..e3e5177 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1 +1 @@ -FileZilla Client 3.36.0 +FileZilla Client 3.64.0 diff --git a/FileZilla.sls b/FileZilla.sls index f452394..6a12b68 100644 --- a/FileZilla.sls +++ b/FileZilla.sls @@ -1,11 +1,11 @@ ############################################################################### # SLS: PACKAGE -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Author: Helmuth Varkoly +# Author: Helmuth Varkoly, Maximilian Grunow # -# Description: SLS to use with OSS's softwaremanagement +# Description: SLS to use with Cranix's softwaremanagement ############################################################################### PACKAGE: pkg: diff --git a/LICENSE b/LICENSE index c70fc0d..2423a30 100644 --- a/LICENSE +++ b/LICENSE @@ -1 +1 @@ -Copyright (c) 2017 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \ No newline at end of file +Copyright (c) 2023 Peter Varkoly and Helmuth Varkoly Nürnberg. All rights reserverd. \ No newline at end of file diff --git a/RELEASE b/RELEASE index 1e8b314..d00491f 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -6 +1 diff --git a/VERSION b/VERSION index 0b477b4..9b6c271 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.36.0 +3.64.0 diff --git a/oss-pkg-FileZilla.spec.in b/oss-pkg-FileZilla.spec.in index cd3e3f7..b2de3c8 100644 --- a/oss-pkg-FileZilla.spec.in +++ b/oss-pkg-FileZilla.spec.in @@ -4,13 +4,13 @@ # Name: oss-pkg-PACKAGE -Summary: Package to install PACKAGE on OSS-Clients +Summary: Package to install PACKAGE on Cranix-Clients Version: VERSION Release: RELEASE License: GPL-2.0 Vendor: Peter Varkoly and Helmuth Varkoly Packager: peter@varkoly.de -Group: Productivity/ +Group: Productivity Source: %{name}.tar.bz2 BuildArch: noarch BuildRequires:unzip @@ -21,7 +21,7 @@ PreReq: %fillup_prereq BuildRoot: %{_tmppath}/%{name}-%{version}-build %description -Package to install PACKAGE on OSS-Clients +Package to install PACKAGE on Cranix-Clients Authors: -------- diff --git a/repo-ng/FileZilla_3.36.0_win32-setup_bundled.exe b/repo-ng/FileZilla_3.36.0_win32-setup_bundled.exe deleted file mode 100755 index cbcc109..0000000 Binary files a/repo-ng/FileZilla_3.36.0_win32-setup_bundled.exe and /dev/null differ diff --git a/repo-ng/FileZilla_3.36.0_win64-setup_bundled.exe b/repo-ng/FileZilla_3.36.0_win64-setup_bundled.exe deleted file mode 100755 index 7133a0d..0000000 Binary files a/repo-ng/FileZilla_3.36.0_win64-setup_bundled.exe and /dev/null differ diff --git a/repo-ng/FileZilla_3.64.0_win32-setup.exe b/repo-ng/FileZilla_3.64.0_win32-setup.exe new file mode 100644 index 0000000..cf292d5 Binary files /dev/null and b/repo-ng/FileZilla_3.64.0_win32-setup.exe differ diff --git a/repo-ng/FileZilla_3.64.0_win64-setup.exe b/repo-ng/FileZilla_3.64.0_win64-setup.exe new file mode 100644 index 0000000..004b673 Binary files /dev/null and b/repo-ng/FileZilla_3.64.0_win64-setup.exe differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 547ca71..ad64a7a 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,9 +1,9 @@ ############################################################################### # SLS: FileZilla -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Authors: Helmuth Varkoly +# Authors: Helmuth Varkoly, Maximilian Grunow # # Description: Package SLS # Note: No logging @@ -16,13 +16,13 @@ FileZilla: - '3.36.0': - full_name: 'FileZilla Client 3.36.0' + '3.64.0': + full_name: 'FileZilla Client 3.64.0' {% if ARCH == 'x64' %} - installer: salt://win/repo-ng/FileZilla/FileZilla_3.36.0_win64-setup_bundled.exe + installer: salt://win/repo-ng/FileZilla/FileZilla_3.64.0_win64-setup.exe uninstaller: '%PROGRAMFILES%\FileZilla FTP Client\uninstall.exe' {% else %} - installer: salt://win/repo-ng/FileZilla/FileZilla_3.36.0_win32-setup_bundled.exe + installer: salt://win/repo-ng/FileZilla/FileZilla_3.64.0_win32-setup.exe uninstaller: '%PROGRAMFILES%\FileZilla FTP Client\uninstall.exe' {% endif %} install_flags: '/S'