mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-29 13:00:32 +01:00
network/slack: Updated for version 4.33.115.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
907b85818e
commit
ea9bd8c45a
2 changed files with 5 additions and 5 deletions
|
@ -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.33.90}
|
||||
VERSION=${VERSION:-4.33.115}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
SNAPREVISION=${SNAPREVISION:-89}
|
||||
SNAPREVISION=${SNAPREVISION:-95}
|
||||
SNAPPKG=JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_$SNAPREVISION.snap
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="slack"
|
||||
VERSION="4.33.90"
|
||||
VERSION="4.33.115"
|
||||
HOMEPAGE="https://slack.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_89.snap"
|
||||
MD5SUM_x86_64="944d26428cbcbc093c75d33e2cf8ae6f"
|
||||
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_95.snap"
|
||||
MD5SUM_x86_64="6790ed7c9bd37828309ad1bb7b2131d1"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ruari Oedegaard"
|
||||
EMAIL="sbo@ruari.com"
|
||||
|
|
Loading…
Reference in a new issue