diff options
author | Kevin Bryant <sultmhoor+SB@gmail.com> | 2024-02-04 17:44:23 +0900 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-02-10 16:17:19 +0700 |
commit | dfca650e987982e8a6a77c6afdfcc2aa1b04b73f (patch) | |
tree | 480fa92903037fb74cff29c4e286a976f1080528 /network/toot/toot.SlackBuild | |
parent | 54d5248e244264bbd45ae6e39874415d6c1277a9 (diff) |
network/toot: Updated for version 0.41.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/toot/toot.SlackBuild')
-rw-r--r-- | network/toot/toot.SlackBuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/network/toot/toot.SlackBuild b/network/toot/toot.SlackBuild index e1e0e8701f0ce..9d054974c0e14 100644 --- a/network/toot/toot.SlackBuild +++ b/network/toot/toot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for toot -# Copyright 2022-2023, Kevin Bryant <sultmhoor+SB@gmail.com>, Michigan, US +# Copyright 2022-2024, Kevin Bryant <sultmhoor+SB@gmail.com>, Michigan, US # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=toot -VERSION=${VERSION:-0.38.2} +VERSION=${VERSION:-0.41.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |