diff options
author | Ruari Oedegaard <sbo@ruari.com> | 2024-02-02 08:12:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-02 10:01:28 +0700 |
commit | 5d0a06d0cf0fd65bd2a72e61f49770776af51e7f (patch) | |
tree | 5b51bd098be0ac416ccc76e991c26581b63ce51f /network/slack/slack.SlackBuild | |
parent | 7aec05dca79352cac2e31cc0d75a358ad00ded84 (diff) |
network/slack: Updated for version 4.35.140.
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 eb4bcab06791..c83c9f355437 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.35.138} +VERSION=${VERSION:-4.35.140} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} -SNAPREVISION=${SNAPREVISION:-130} +SNAPREVISION=${SNAPREVISION:-132} SNAPPKG=JUJH91Ved74jd4ZgJCpzMBtYbPOzTlsD_$SNAPREVISION.snap if [ -z "$ARCH" ]; then |