From: helmuth varkoly Date: Tue, 19 Mar 2019 10:12:17 +0000 (+0100) Subject: Update to 65.0.1.0 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=52df2816e24b0ee9eb0fbc15ee698bd7afff02c6;p=MozillaFirefox.git Update to 65.0.1.0 --- diff --git a/FULLNAMES b/FULLNAMES index 7a8c3fb..05611c7 100644 --- a/FULLNAMES +++ b/FULLNAMES @@ -1,2 +1 @@ -Mozilla Firefox 61.0.1 (x64 de) Mozilla Firefox (de) diff --git a/RELEASE b/RELEASE index 48082f7..b1bd38b 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -12 +13 diff --git a/VERSION b/VERSION index cb5e2fd..78cfb49 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -61.0.2.0 +65.0.1.0 diff --git a/repo-ng/Firefox-61.0.2-de.msi b/repo-ng/Firefox-65.0.1-de.msi old mode 100755 new mode 100644 similarity index 71% rename from repo-ng/Firefox-61.0.2-de.msi rename to repo-ng/Firefox-65.0.1-de.msi index 7170063..6cbc04f Binary files a/repo-ng/Firefox-61.0.2-de.msi and b/repo-ng/Firefox-65.0.1-de.msi differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 0e42caf..adb1fc0 100755 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -8,14 +8,15 @@ # Description: SLS for installation ############################################################################### + {% set LOG_PATH = 'C:\\salt\\var\\log' %} MozillaFirefox: - '61.0.2.0': + '65.0.1.0': full_name: 'Mozilla Firefox (de)' - installer: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi + installer: salt://win/repo-ng/MozillaFirefox/Firefox-65.0.1-de.msi install_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_inst.log' - uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-61.0.2-de.msi + uninstaller: salt://win/repo-ng/MozillaFirefox/Firefox-65.0.1-de.msi uninstall_flags: '/qn /norestart /l* {{ LOG_PATH }}\MozillaFirefox_uninst.log' msiexec: True locale: de_DE