diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2023-09-14 21:24:50 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:16 +0700 |
commit | ea9bd8c45a6e2c2cec840257ce5447297b67f317 (patch) | |
tree | 544924a9f8d65b11ca42781a92d374d355e5fb44 /network/slack/slack.SlackBuild | |
parent | 907b85818edfd69a03eff897b2b6e0da320799a0 (diff) |
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>
Diffstat (limited to 'network/slack/slack.SlackBuild')
-rw-r--r-- | network/slack/slack.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/slack/slack.SlackBuild b/network/slack/slack.SlackBuild index 90aa8608f4b6..0a9d62614919 100644 --- a/network/slack/slack.SlackBuild +++ b/network/slack/slack.SlackBuild @@ -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 |