libraries/opendht: Updated for version 1.7.4

Signed-off-by: Mario Preksavec <mario@slackware.hr>
This commit is contained in:
Mario Preksavec 2018-10-28 02:26:19 +02:00 committed by Willy Sudiarto Raharjo
parent 5515bcb005
commit 7a3a0ebb95
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for opendht
# Copyright 2017 Mario Preksavec, Zagreb, Croatia
# Copyright 2017, 2018 Mario Preksavec, Zagreb, Croatia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=opendht
VERSION=${VERSION:-1.3.5}
VERSION=${VERSION:-1.7.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="opendht"
VERSION="1.3.5"
VERSION="1.7.4"
HOMEPAGE="https://github.com/savoirfairelinux/opendht/"
DOWNLOAD="https://github.com/savoirfairelinux/opendht/archive/1.3.5/opendht-1.3.5.tar.gz"
MD5SUM="70566c567804cb3a5847fe9bd8ed8f7c"
DOWNLOAD="https://github.com/savoirfairelinux/opendht/archive/1.7.4/opendht-1.7.4.tar.gz"
MD5SUM="70e3a67ff30c183167231665e0e5de35"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="msgpack-c argon2"