From: helmuth varkoly Date: Wed, 19 Jun 2019 06:35:30 +0000 (+0200) Subject: Updatedt NotePadPP to 7.7 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=1cc017231d34c62478a5dcc4249beebafcff949b;p=NotePadPP.git Updatedt NotePadPP to 7.7 --- diff --git a/VERSION b/VERSION index b0cb080..25b629b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -7.5.8 +7.7 diff --git a/repo-ng/init.sls b/repo-ng/init.sls index b5fa183..e4cc074 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -17,12 +17,12 @@ NotePadPP: - '7.5.8': + '7.7': {% if ARCH == 'x64' %} - installer: salt://win/repo-ng/NotePadPP/npp.7.5.8.Installer.x64.exe + installer: salt://win/repo-ng/NotePadPP/npp.7.7.Installer.x64.exe full_name: 'Notepad++ (64-bit x64)' {% else %} - installer: salt://win/repo-ng/NotePadPP/npp.7.5.8.Installer.exe + installer: salt://win/repo-ng/NotePadPP/npp.7.7.Installer.exe full_name: 'Notepad++ (32-bit x86)' {% endif %} uninstaller: 'C:\Program Files\Notepad++\uninstall.exe' diff --git a/repo-ng/npp.7.5.8.Installer.exe b/repo-ng/npp.7.5.8.Installer.exe deleted file mode 100755 index ff256ae..0000000 Binary files a/repo-ng/npp.7.5.8.Installer.exe and /dev/null differ diff --git a/repo-ng/npp.7.5.8.Installer.x64.exe b/repo-ng/npp.7.5.8.Installer.x64.exe deleted file mode 100755 index daaaaa2..0000000 Binary files a/repo-ng/npp.7.5.8.Installer.x64.exe and /dev/null differ diff --git a/repo-ng/npp.7.7.Installer.exe b/repo-ng/npp.7.7.Installer.exe new file mode 100644 index 0000000..71af4ed Binary files /dev/null and b/repo-ng/npp.7.7.Installer.exe differ diff --git a/repo-ng/npp.7.7.Installer.x64.exe b/repo-ng/npp.7.7.Installer.x64.exe new file mode 100644 index 0000000..40f4a92 Binary files /dev/null and b/repo-ng/npp.7.7.Installer.x64.exe differ