mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
network/uTox: Updated for version 0.17.2
Signed-off-by: Christoph Willing <chris.willing@linux.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
181bd6f549
commit
8311cc6667
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for uTox
|
||||
#
|
||||
# Copyright 2015 Gethyn ThomasQuail <gethyn@bloodbathsoftworks.com>
|
||||
# Copyright 2016-2019 Christoph Willing Brisbane, Australia
|
||||
# Copyright 2016-2020 Christoph Willing Brisbane, Australia
|
||||
# All rights reserved.
|
||||
#
|
||||
# Permission to use, copy, modify, and/or distribute this software for any
|
||||
|
@ -19,7 +19,7 @@
|
|||
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
|
||||
|
||||
PRGNAM=uTox
|
||||
VERSION=${VERSION:-0.17.1}
|
||||
VERSION=${VERSION:-0.17.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="uTox"
|
||||
VERSION="0.17.1"
|
||||
VERSION="0.17.2"
|
||||
HOMEPAGE="https://github.com/uTox/uTox"
|
||||
DOWNLOAD="https://github.com/uTox/uTox/releases/download/v0.17.1/uTox-0.17.1-full.tar.gz"
|
||||
MD5SUM="f8a01d98c673f4fd0065e156c655575a"
|
||||
DOWNLOAD="https://github.com/uTox/uTox/releases/download/v0.17.2/uTox-0.17.2-full.tar.gz"
|
||||
MD5SUM="2aedb6199ca6238bd2cf274864fd658c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="c-toxcore libfilteraudio check"
|
||||
|
|
Loading…
Reference in a new issue