From 6a883a9a0b678b316bfab3b2cfe972dc2e65d376 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 3 Jan 2020 17:21:53 -0500 Subject: [PATCH] contrib: update opendht Change-Id: Ia8ccc6582efd13ff45caaf371506c3d01b961bb1 --- 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 81fdabc274..5e42466430 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -47e1959259436703297dbbf0680d16faf8c542353b1192453acef4e1d71c7c26d45da6df88dc62ee8e4b538337801199210f575fdcda573b3fe8d214376935ed opendht-c5c369561293a7a5505ec5b799e093385d5cd5a6.tar.gz \ No newline at end of file +61319e6b1d73710b16474c38713ab5bb800f342bab552244cf7727fb8da8deb1d0c150e51b3507475676a7e6c635ce8f388fe5e46b7f7c976ebe26780b85bfee opendht-616d6fe4b8a12aeb40bae05ef68344ea623228fa.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index aa062a2d4d..c5e1a98cc5 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "c5c369561293a7a5505ec5b799e093385d5cd5a6", + "version": "616d6fe4b8a12aeb40bae05ef68344ea623228fa", "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 7a280ffa27..5b2aa63de2 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := c5c369561293a7a5505ec5b799e093385d5cd5a6 +OPENDHT_VERSION := 616d6fe4b8a12aeb40bae05ef68344ea623228fa OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab