From 3bfe553b21f213028753853a8c1b2acf7357e50d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Mon, 30 Mar 2020 19:43:14 -0400 Subject: [PATCH] contrib: update opendht Change-Id: Ifeeb67ee2fb8d7b9fda07a8c3b3183d2683703c6 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/package.json | 2 +- contrib/src/opendht/rules.mak | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index 5728f1856b..98a0263831 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -5aaad5a281d599413bd9d60b4268027e12d23d7c58457834518bbf27aefeb95c4f4b1e713e15cbfe4ef34c9b579c421bc22cfbea27387d66374788d465e442a3 opendht-2.0.0rc4.tar.gz +fb783a186bbe4fc66339c9e37ea987c6bf3c035a3d9f6737e264171709cff74ffa761dee1e13ad7ab0dab090f12d6a326d171127666da1f54e972bd2fa0fe3e1 opendht-2.0.0.tar.gz diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index c18a38f104..1f655cd45a 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "2.0.0rc4", + "version": "2.0.0", "url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz", "deps": [ "argon2", diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index b925031a9b..1e08554946 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 2.0.0rc4 +OPENDHT_VERSION := 2.0.0 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab