Browse Source
network/slack: Updated for version 4.37.94.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
Ruari Oedegaard
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
network/slack/slack.SlackBuild
-
network/slack/slack.info
|
|
|
@ -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.140} |
|
|
|
VERSION=${VERSION:-4.37.94} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
SNAPREVISION=${SNAPREVISION:-132} |
|
|
|
SNAPREVISION=${SNAPREVISION:-139} |
|
|
|
SNAPPKG=JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_$SNAPREVISION.snap |
|
|
|
|
|
|
|
if [ -z "$ARCH" ]; then |
|
|
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="slack" |
|
|
|
VERSION="4.35.140" |
|
|
|
VERSION="4.37.94" |
|
|
|
HOMEPAGE="https://slack.com" |
|
|
|
DOWNLOAD="UNSUPPORTED" |
|
|
|
MD5SUM="" |
|
|
|
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_132.snap" |
|
|
|
MD5SUM_x86_64="ad01d7a06218bee7efa52e7e0390b8b7" |
|
|
|
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_139.snap" |
|
|
|
MD5SUM_x86_64="3f2263f9684e6688e6efc444efc47d63" |
|
|
|
REQUIRES="" |
|
|
|
MAINTAINER="Ruari Oedegaard" |
|
|
|
EMAIL="sbo@ruari.com" |