From: Maximilian Grunow Date: Fri, 5 May 2023 06:48:39 +0000 (+0000) Subject: ♻️ Update VeyonTeacher to version 4.8.0.4 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=2173172312ab7f438b06a7ab7c5c2271ac38df88;p=VeyonTeacher.git ♻️ Update VeyonTeacher to version 4.8.0.4 --- 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/VERSION b/VERSION index e6f1a66..7908253 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.4.2.0 +4.8.0.4 diff --git a/VeyonTeacher.sls b/VeyonTeacher.sls index f452394..6a12b68 100644 --- a/VeyonTeacher.sls +++ b/VeyonTeacher.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/oss-pkg-VeyonTeacher.spec.in b/oss-pkg-VeyonTeacher.spec.in index cd3e3f7..453dc18 100644 --- a/oss-pkg-VeyonTeacher.spec.in +++ b/oss-pkg-VeyonTeacher.spec.in @@ -4,7 +4,7 @@ # 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 @@ -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/init.sls b/repo-ng/init.sls index 08c2dc6..9d68524 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,15 +1,13 @@ ############################################################################### -# SLS: VEYON -# Copyright (c) 2019 Helmuth Varkoly, Nuermberg, Germany. +# SLS: Veyon Teacher +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Authors: Helmuth Varkoly +# Authors: Helmuth Varkoly, Maximilian Grunow # # Description: Package SLS ############################################################################### - - {% if grains['cpuarch'] == 'AMD64' %} {% set ARCH = "x64" %} {% else %} @@ -19,10 +17,10 @@ {% set LOG_PATH = 'C:\\salt\\var\\log' %} VeyonTeacher: - '4.4.2.0': - installer: salt://win/repo-ng/VeyonTeacher/VeyonTeacherSetup.exe + '4.8.0.4': + installer: salt://win/repo-ng/VeyonTeacher/veyon-4.8.0.4-win64-setup.exe full_name: 'Veyon - Teacher' - uninstaller: "C:\\Program Files\\VeyonTeacher\\uninstaller.exe" + uninstaller: "C:\\Program Files\\Veyon\\uninstaller.exe" install_flags: '/S' uninstall_flags: '/S' msiexec: false diff --git a/repo-ng/VeyonTeacherSetup.exe b/repo-ng/veyon-4.8.0.4-win64-setup.exe similarity index 55% rename from repo-ng/VeyonTeacherSetup.exe rename to repo-ng/veyon-4.8.0.4-win64-setup.exe index 76e4c7d..ff0f7a4 100644 Binary files a/repo-ng/VeyonTeacherSetup.exe and b/repo-ng/veyon-4.8.0.4-win64-setup.exe differ