mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/jitsi-meet-desktop: Update for 2023.5.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
9a74c53c35
commit
ef98e2bb96
2 changed files with 4 additions and 4 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=jitsi-meet-desktop
|
||||
VERSION=${VERSION:-2023.5.0}
|
||||
VERSION=${VERSION:-2023.5.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jitsi-meet-desktop"
|
||||
VERSION="2023.5.0"
|
||||
VERSION="2023.5.1"
|
||||
HOMEPAGE="https://jitsi.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/jitsi/jitsi-meet-electron/releases/download/v2023.5.0/jitsi-meet-x86_64.AppImage"
|
||||
MD5SUM_x86_64="de2a4ef95da90f6e808c08d35e4dd640"
|
||||
DOWNLOAD_x86_64="https://github.com/jitsi/jitsi-meet-electron/releases/download/v2023.5.1/jitsi-meet-x86_64.AppImage"
|
||||
MD5SUM_x86_64="4a198e33efe08002f796778dd148f71c"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
Loading…
Reference in a new issue