aboutsummaryrefslogtreecommitdiff
path: root/network/slack/slack.SlackBuild
diff options
context:
space:
mode:
authorRuari Oedegaard <sbo@ruari.com>2023-08-18 19:23:03 +0900
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2023-08-19 09:15:17 +0700
commit50c7bed9ec7d4c6fc68ca262e4eba85cd0f43ec5 (patch)
tree9e34e8cfd9ad94bcb8b3c0c15d4f21326b2c4d83 /network/slack/slack.SlackBuild
parent1839d7afc5787c0fae0861011bf1b8b83e1a7881 (diff)
network/slack: Updated for version 4.33.90.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/slack/slack.SlackBuild')
-rw-r--r--network/slack/slack.SlackBuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/network/slack/slack.SlackBuild b/network/slack/slack.SlackBuild
index 7316394b776d..90aa8608f4b6 100644
--- a/network/slack/slack.SlackBuild
+++ b/network/slack/slack.SlackBuild
@@ -28,15 +28,14 @@
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.84}
+VERSION=${VERSION:-4.33.90}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
-
-# 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
-SNAPREVISION=${SNAPREVISION:-83}
+SNAPREVISION=${SNAPREVISION:-89}
SNAPPKG=JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_$SNAPREVISION.snap
if [ -z "$ARCH" ]; then