mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/teams: Updated for version 1.5.00.10453.
Signed-off-by: Mario Preksavec <mario@slackware.hr> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d2e5cb7cd0
commit
0cd4b16933
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for teams
|
||||
|
||||
# Copyright 2020, 2021 Mario Preksavec, Zagreb, Croatia
|
||||
# Copyright 2020, 2022 Mario Preksavec, Zagreb, Croatia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,8 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=teams
|
||||
VERSION=${VERSION:-1.4.00.26453}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-1.5.00.10453}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="teams"
|
||||
VERSION="1.4.00.26453"
|
||||
VERSION="1.5.00.10453"
|
||||
HOMEPAGE="https://teams.microsoft.com/downloads"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.4.00.26453_amd64.deb"
|
||||
MD5SUM_x86_64="0b3446fbcce9cf3bfd8d982937238c62"
|
||||
DOWNLOAD_x86_64="https://packages.microsoft.com/repos/ms-teams/pool/main/t/teams/teams_1.5.00.10453_amd64.deb"
|
||||
MD5SUM_x86_64="6c294257cd7c52ffce091edd99735657"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Mario Preksavec"
|
||||
EMAIL="mario at slackware dot hr"
|
||||
|
|
Loading…
Reference in a new issue