network/slack: Updated for version 4.39.95.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1cef3fcecf
commit
edee683b5d
|
@ -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.39.90}
|
||||
VERSION=${VERSION:-4.39.95}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
SNAPREVISION=${SNAPREVISION:-155}
|
||||
SNAPREVISION=${SNAPREVISION:-158}
|
||||
SNAPPKG=JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_$SNAPREVISION.snap
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="slack"
|
||||
VERSION="4.39.90"
|
||||
VERSION="4.39.95"
|
||||
HOMEPAGE="https://slack.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_155.snap"
|
||||
MD5SUM_x86_64="8d75328ff79a03f277c170f5aec90ced"
|
||||
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_158.snap"
|
||||
MD5SUM_x86_64="4cf4806f606c67940968f62c20f0665f"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ruari Oedegaard"
|
||||
EMAIL="sbo@ruari.com"
|
||||
|
|
Loading…
Reference in New Issue