network/c-toxcore: Updated for version 0.2.10.

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2019-09-29 19:30:29 +02:00 committed by Willy Sudiarto Raharjo
parent f10780f5ca
commit 835d48a984
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for c-toxcore
# Copyright 2015, 2016, 2017, 2018 Mario Preksavec, Zagreb, Croatia
# Copyright 2015, 2016, 2017, 2018, 2019 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,8 +23,8 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=c-toxcore
VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-2}
VERSION=${VERSION:-0.2.10}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
DAEMON=${DAEMON:-no}

View file

@ -1,8 +1,8 @@
PRGNAM="c-toxcore"
VERSION="0.2.1"
VERSION="0.2.10"
HOMEPAGE="https://github.com/TokTok/c-toxcore"
DOWNLOAD="https://github.com/TokTok/c-toxcore/archive/v0.2.1/c-toxcore-0.2.1.tar.gz"
MD5SUM="e480a1924afd07b64ba5e6315787db5e"
DOWNLOAD="https://github.com/TokTok/c-toxcore/archive/v0.2.10/c-toxcore-0.2.10.tar.gz"
MD5SUM="862307b485238f0a33b9dd0b92e6a68c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="%README% libsodium opus"