From: Maximilian Grunow Date: Wed, 3 May 2023 15:03:41 +0000 (+0200) Subject: ♻️ update to version 1.6.00.7354 X-Git-Url: https://repo.cephalix.eu/gitweb/?a=commitdiff_plain;h=ed29b77101901dd4d2dd3184670fcd103fbbca2d;p=MicrosoftTeams.git ♻️ update to version 1.6.00.7354 --- diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..496ee2c --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +.DS_Store \ No newline at end of file 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/Makefile b/Makefile index 6035812..6c221df 100644 --- a/Makefile +++ b/Makefile @@ -4,7 +4,7 @@ REPO = /srv/www/repo/salt-packages/ VERSION = $(shell cat VERSION ) RELEASE = $(shell cat RELEASE ) NRELEASE = $(shell echo $(RELEASE) + 1 | bc ) -YEAR = $(shell date +%Y ) +YEAR = $(shell date +%Y ) package: sed s/VERSION/$(VERSION)/g oss-pkg-$(PACKAGE).spec.in > oss-pkg-$(PACKAGE).spec diff --git a/MicrosoftTeams.sls b/MicrosoftTeams.sls index f452394..424dd4f 100644 --- a/MicrosoftTeams.sls +++ b/MicrosoftTeams.sls @@ -1,12 +1,16 @@ ############################################################################### # SLS: PACKAGE -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # # Author: Helmuth Varkoly # # Description: SLS to use with OSS's softwaremanagement ############################################################################### +MicrosoftTeams: + pkg.removed: + - version: 1.3.0.12058 + PACKAGE: pkg: - installed diff --git a/RELEASE b/RELEASE index d00491f..0cfbf08 100644 --- a/RELEASE +++ b/RELEASE @@ -1 +1 @@ -1 +2 diff --git a/VERSION b/VERSION index ed45559..6fcde80 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.3.0.12058 +1.6.00.7354 diff --git a/repo-ng/Teams_windows_x64.msi b/repo-ng/Teams_windows_x64.msi old mode 100755 new mode 100644 index 37988b1..6931657 Binary files a/repo-ng/Teams_windows_x64.msi and b/repo-ng/Teams_windows_x64.msi differ diff --git a/repo-ng/init.sls b/repo-ng/init.sls index 7c5a2d3..e961a9f 100644 --- a/repo-ng/init.sls +++ b/repo-ng/init.sls @@ -1,9 +1,9 @@ ############################################################################### -# SLS: Java Runtime -# Copyright (c) 2017 Helmuth Varkoly, Nuermberg, Germany. +# SLS: Microsoft Teams +# Copyright (c) 2023 Helmuth Varkoly, Nuermberg, Germany. # All rights reserved. # -# Authos: Helmuth Varkoly +# Authors: Helmuth Varkoly, Maximilian Grunow # # Description: SLS for installation ###############################################################################