From 20a09c873542264d45ce648e336a736a4227925d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 22 Jan 2020 16:38:17 -0500 Subject: [PATCH] contrib: update opendht Change-Id: Idaa553d378700254a60c097a6c19f2c80a507e89 --- 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 ee82b19ed4..5c9c61ed0e 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -e807efc038b5a3a0f531d10c68e26a60b2a5439aebf8945884967751e2efa2406ef2d71a94ea65761b1f8b79de9dd4bf0960db0fadaa72a69789e31cffbb74b1 opendht-69e71dbeaa6dd607991806936016a83a2509c837.tar.gz \ No newline at end of file +292a305d757d36281aa607ae7a8a89a4a7228267e47a37c6636590215f985159db7103e59cb583729d49fb9fa264bf730283ced1fca6d917fd6b780f5372b4ac opendht-7791163d4912d756def82962995f0c7a069ec5d2.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index 741651cafc..d825f3fca4 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "69e71dbeaa6dd607991806936016a83a2509c837", + "version": "7791163d4912d756def82962995f0c7a069ec5d2", "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 e33409ec91..4e44638334 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 69e71dbeaa6dd607991806936016a83a2509c837 +OPENDHT_VERSION := 7791163d4912d756def82962995f0c7a069ec5d2 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab