]> repo.cephalix.eu Git - MicrosoftTeams.git/commitdiff
♻️ update to version 1.6.00.7354
authorMaximilian Grunow <mg@wildemail.de>
Wed, 3 May 2023 15:03:41 +0000 (17:03 +0200)
committerMaximilian Grunow <mg@wildemail.de>
Wed, 3 May 2023 15:03:41 +0000 (17:03 +0200)
.gitignore [new file with mode: 0644]
LICENSE
Makefile
MicrosoftTeams.sls
RELEASE
VERSION
repo-ng/Teams_windows_x64.msi [changed mode: 0755->0644]
repo-ng/init.sls

diff --git a/.gitignore b/.gitignore
new file mode 100644 (file)
index 0000000..496ee2c
--- /dev/null
@@ -0,0 +1 @@
+.DS_Store
\ No newline at end of file
diff --git a/LICENSE b/LICENSE
index c70fc0db0a1550ac33aa46a1388e2a32ad5bb17e..2423a30e2652783cde4cf462a7748f3ba99734f6 100644 (file)
--- 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
index 6035812e0b923a558228f999191f132ee3e51a08..6c221df0dc3e3e3f79302406f0c4d7b27a0b5378 100644 (file)
--- 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
index f452394d221ea267da19652f54cab85295eee274..424dd4f421307c04c0bc0e995ed130ee6053cf26 100644 (file)
@@ -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 d00491fd7e5bb6fa28c517a0bb32b8b506539d4d..0cfbf08886fca9a91cb753ec8734c84fcbe52c9f 100644 (file)
--- a/RELEASE
+++ b/RELEASE
@@ -1 +1 @@
-1
+2
diff --git a/VERSION b/VERSION
index ed455597c90dfdd32c308975772625d0b727c584..6fcde804e0bc2846b40f604f6bcd8d158771ce47 100644 (file)
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.3.0.12058
+1.6.00.7354
old mode 100755 (executable)
new mode 100644 (file)
index 37988b1..6931657
Binary files a/repo-ng/Teams_windows_x64.msi and b/repo-ng/Teams_windows_x64.msi differ
index 7c5a2d3f6adb4102c5187cd8f0d04939b310f5ca..e961a9f9f24690ff4d214f5ea616ac7f7ded179a 100644 (file)
@@ -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
 ###############################################################################