mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
network/slack: Updated for version 4.32.127.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
f34ae74e2b
commit
51a42fa2a0
2 changed files with 5 additions and 5 deletions
|
@ -29,14 +29,14 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=slack
|
||||
VERSION=${VERSION:-4.32.122}
|
||||
VERSION=${VERSION:-4.32.127}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
||||
# A trick to find the latest slack package details, using snap meta data
|
||||
# wget -qO- --header Snap-Device-Series:\ 16 https://api.snapcraft.io/v2/snaps/info/slack | python -mjson.tool
|
||||
SNAPREVISION=${SNAPREVISION:-71}
|
||||
SNAPREVISION=${SNAPREVISION:-79}
|
||||
SNAPPKG=JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_$SNAPREVISION.snap
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="slack"
|
||||
VERSION="4.32.122"
|
||||
VERSION="4.32.127"
|
||||
HOMEPAGE="https://slack.com"
|
||||
DOWNLOAD="UNSUPPORTED"
|
||||
MD5SUM=""
|
||||
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_71.snap"
|
||||
MD5SUM_x86_64="e0d98781c36f77f57241311b35056902"
|
||||
DOWNLOAD_x86_64="https://api.snapcraft.io/api/v1/snaps/download/JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_79.snap"
|
||||
MD5SUM_x86_64="2537b6ad80751ba1fc377d539c204b87"
|
||||
REQUIRES=""
|
||||
MAINTAINER="Ruari Oedegaard"
|
||||
EMAIL="sbo@ruari.com"
|
||||
|
|
Loading…
Reference in a new issue