diff options
author | Mario Preksavec <mario@slackware.hr> | 2023-03-02 03:30:13 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:39 +0700 |
commit | bace561fd2b00b89f0119c9805b9a083cb8f90da (patch) | |
tree | 9cd41f4f74e7e8b320b270942bd77cb8fa37dda1 /network/skypeforlinux | |
parent | c6057ec718f6ead24c266b5a037382400e3d0db9 (diff) |
network/skypeforlinux: Updated for version 8.94.0.428.
Signed-off-by: Mario Preksavec <mario@slackware.hr>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/skypeforlinux')
-rw-r--r-- | network/skypeforlinux/skypeforlinux.SlackBuild | 4 | ||||
-rw-r--r-- | network/skypeforlinux/skypeforlinux.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/network/skypeforlinux/skypeforlinux.SlackBuild b/network/skypeforlinux/skypeforlinux.SlackBuild index 8b5717ea0be7..9156dbf2bc19 100644 --- a/network/skypeforlinux/skypeforlinux.SlackBuild +++ b/network/skypeforlinux/skypeforlinux.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for skypeforlinux -# Copyright 2017, 2022 Mario Preksavec, Zagreb, Croatia +# Copyright 2017, 2023 Mario Preksavec, Zagreb, Croatia # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=skypeforlinux -VERSION=${VERSION:-8.88.0.401} +VERSION=${VERSION:-8.94.0.428} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/network/skypeforlinux/skypeforlinux.info b/network/skypeforlinux/skypeforlinux.info index 2df6214aac73..a4d6d5582f8f 100644 --- a/network/skypeforlinux/skypeforlinux.info +++ b/network/skypeforlinux/skypeforlinux.info @@ -1,10 +1,10 @@ PRGNAM="skypeforlinux" -VERSION="8.88.0.401" +VERSION="8.94.0.428" HOMEPAGE="https://www.skype.com/" DOWNLOAD="UNSUPPORTED" MD5SUM="" -DOWNLOAD_x86_64="https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.88.0.401_amd64.deb" -MD5SUM_x86_64="34aaeeaf6e1e18f49647a91d9ee7bea1" +DOWNLOAD_x86_64="https://repo.skype.com/deb/pool/main/s/skypeforlinux/skypeforlinux_8.94.0.428_amd64.deb" +MD5SUM_x86_64="9f3412e07db05f25da9294bb81c260de" REQUIRES="%README%" MAINTAINER="Mario Preksavec" EMAIL="mario at slackware dot hr" |