diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2023-06-17 08:01:42 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-17 08:01:42 +0700 |
commit | 51a42fa2a024cf17922d4bfb60274b1ef5c15fd8 (patch) | |
tree | 8d32022534c7f5e21e7166233722ae0268399b8f /network/slack/slack.SlackBuild | |
parent | f34ae74e2bfb755329a3a4d2f65108c2c87cc5b2 (diff) |
network/slack: Updated for version 4.32.127.
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 8871ee4cc8e4f..7b07eba929a06 100644 --- a/network/slack/slack.SlackBuild +++ b/network/slack/slack.SlackBuild @@ -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 |