mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/jitsi-meet-desktop: Update for 2023.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a89a390497
commit
efd7e57efa
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.1.2}
|
||||
VERSION=${VERSION:-2023.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="jitsi-meet-desktop"
|
||||
VERSION="2023.1.2"
|
||||
VERSION="2023.2.0"
|
||||
HOMEPAGE="https://jitsi.org/"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://github.com/jitsi/jitsi-meet-electron/releases/download/v2023.1.2/jitsi-meet-x86_64.AppImage"
|
||||
MD5SUM_x86_64="e6e3b76c7a02801485704476f4a7e11e"
|
||||
DOWNLOAD_x86_64="https://github.com/jitsi/jitsi-meet-electron/releases/download/v2023.2.0/jitsi-meet-x86_64.AppImage"
|
||||
MD5SUM_x86_64="a600fec6b1521691f31fdd3af1a45905"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Isaac Yu"
|
||||
EMAIL="isaacyu1@isaacyu1.com"
|
||||
|
|
Loading…
Reference in a new issue