diff options
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 23bc82ac38083..b224acdef8fd7 100644 --- a/network/toot/toot.SlackBuild +++ b/network/toot/toot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for toot -# Copyright 2022, Kevin Bryant <sultmhoor+SB@gmail.com>, Michigan, US +# Copyright 2022-2023, 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.32.1} +VERSION=${VERSION:-0.33.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} |