From 421a02db114826e3f3255af69edb5c60cb3ef17d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 17 Jan 2020 16:07:11 -0500 Subject: [PATCH] contrib: update opendht Change-Id: I49a4a1b84fc59abd8d74f101c46be4e33b407c56 --- 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 f243d8d236..ee82b19ed4 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -02a7ff9772ad81d28c5a8dd87fca319f9d2dcddbfc0f60894e1dcbb40f5a81f2d044d817b5032718d523a1dbb57ee3333e4c6d95d4e9ddc8d24fb179219e49bc opendht-5b15fdeeefa58204c1e72bc5c9d147fce6352500.tar.gz \ No newline at end of file +e807efc038b5a3a0f531d10c68e26a60b2a5439aebf8945884967751e2efa2406ef2d71a94ea65761b1f8b79de9dd4bf0960db0fadaa72a69789e31cffbb74b1 opendht-69e71dbeaa6dd607991806936016a83a2509c837.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index 99384b073f..741651cafc 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "5b15fdeeefa58204c1e72bc5c9d147fce6352500", + "version": "69e71dbeaa6dd607991806936016a83a2509c837", "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 5071488239..e33409ec91 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 5b15fdeeefa58204c1e72bc5c9d147fce6352500 +OPENDHT_VERSION := 69e71dbeaa6dd607991806936016a83a2509c837 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab