network/slack: Updated for version 4.35.126.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Ruari Oedegaard 2023-11-11 08:36:25 +09:00 committed by Willy Sudiarto Raharjo
parent f26923f37e
commit 679a88c7f9
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -31,11 +31,11 @@ cd $(dirname $0) ; CWD=$(pwd)
# A trick to find the latest slack package details, using snap meta data
# curl -sH Snap-Device-Series:\ 16 https://api.snapcraft.io/v2/snaps/info/slack | json_pp
PRGNAM=slack
VERSION=${VERSION:-4.35.121}
VERSION=${VERSION:-4.35.126}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
SNAPREVISION=${SNAPREVISION:-110}
SNAPREVISION=${SNAPREVISION:-113}
SNAPPKG=JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_$SNAPREVISION.snap
if [ -z "$ARCH" ]; then

View File

@ -1,10 +1,10 @@
PRGNAM="slack"
VERSION="4.35.121"
VERSION="4.35.126"
HOMEPAGE="https://slack.com"
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_110.snap"
MD5SUM_x86_64="fa7331ca458a4df7c2067ac23e6409a7"
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_113.snap"
MD5SUM_x86_64="5e9261f130c328bf28dd8ae9aa4fa2f6"
REQUIRES=""
MAINTAINER="Ruari Oedegaard"
EMAIL="sbo@ruari.com"