diff options
author | Christoph Willing <chris.willing@linux.com> | 2019-10-01 17:58:07 +1000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2019-10-05 13:51:59 +0700 |
commit | 8dcde8b4264458448f88ada75e5c2a2b318dc6f4 (patch) | |
tree | d40ccdd9019d7bb9afa7343181a6f2ff5360fb06 /network/uTox/uTox.SlackBuild | |
parent | 9f1e850d8145896b5ea4116a909c52786dcf15a9 (diff) | |
download | slackbuilds-8dcde8b4264458448f88ada75e5c2a2b318dc6f4.tar.gz |
network/uTox: Updated for version 0.17.1
Signed-off-by: Christoph Willing <chris.willing@linux.com>
Diffstat (limited to 'network/uTox/uTox.SlackBuild')
-rw-r--r-- | network/uTox/uTox.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/network/uTox/uTox.SlackBuild b/network/uTox/uTox.SlackBuild index 5680ff5829..9657894033 100644 --- a/network/uTox/uTox.SlackBuild +++ b/network/uTox/uTox.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for uTox # # Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com> -# Copyright 2016-2018 Christoph Willing Brisbane, Australia +# Copyright 2016-2019 Christoph Willing Brisbane, Australia # All rights reserved. # # Permission to use, copy, modify, and/or distribute this software for any @@ -19,8 +19,8 @@ # OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. PRGNAM=uTox -VERSION=${VERSION:-0.17.0} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.17.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} if [ -z "$ARCH" ]; then |