diff options
-rw-r--r-- | libraries/opendht/opendht.SlackBuild | 4 | ||||
-rw-r--r-- | libraries/opendht/opendht.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/libraries/opendht/opendht.SlackBuild b/libraries/opendht/opendht.SlackBuild index 36af3e222b97..e462c6248da0 100644 --- a/libraries/opendht/opendht.SlackBuild +++ b/libraries/opendht/opendht.SlackBuild @@ -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} diff --git a/libraries/opendht/opendht.info b/libraries/opendht/opendht.info index f16da2856c5e..0a0f23e88f34 100644 --- a/libraries/opendht/opendht.info +++ b/libraries/opendht/opendht.info @@ -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" |