From 2b5627c64312cdd1a6b1d996b9cfa080968b2c66 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Wed, 15 Jan 2020 15:32:44 -0500 Subject: [PATCH] contrib: update opendht Change-Id: I1dde09f8763af52a770c573504cbd1e4468e3469 --- 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 5e42466430..f243d8d236 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -61319e6b1d73710b16474c38713ab5bb800f342bab552244cf7727fb8da8deb1d0c150e51b3507475676a7e6c635ce8f388fe5e46b7f7c976ebe26780b85bfee opendht-616d6fe4b8a12aeb40bae05ef68344ea623228fa.tar.gz \ No newline at end of file +02a7ff9772ad81d28c5a8dd87fca319f9d2dcddbfc0f60894e1dcbb40f5a81f2d044d817b5032718d523a1dbb57ee3333e4c6d95d4e9ddc8d24fb179219e49bc opendht-5b15fdeeefa58204c1e72bc5c9d147fce6352500.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index c5e1a98cc5..99384b073f 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "616d6fe4b8a12aeb40bae05ef68344ea623228fa", + "version": "5b15fdeeefa58204c1e72bc5c9d147fce6352500", "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 5b2aa63de2..5071488239 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 616d6fe4b8a12aeb40bae05ef68344ea623228fa +OPENDHT_VERSION := 5b15fdeeefa58204c1e72bc5c9d147fce6352500 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab