From 9e4f08106afcd77cc2ce82925d8e3ff62cacab4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 20 Nov 2020 14:48:08 -0500 Subject: [PATCH] contrib: update opendht Change-Id: I454f872cc39744cb3a4b56eb7f3181bc2dd618c6 --- 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 43b5bb28d5..f1676e8878 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -2a342553b149202f44d6c2dbad6f33bc9ab54610e6631aa6cf1577416b89e4500d3e49b7d7d1034d091be4538ff3844788d682be33949c57496efca78b004ee0 opendht-d1000635dd9b675167e389abda37b9794cd61f98.tar.gz \ No newline at end of file +40e39c8a266d54e30e7635b94031e55d84433d2513e16a71332e5f3d1abe575d0d1685153636547819a7df6b5d765a2608fa9fffa0a9d059f3d05bd9e3c5b83b opendht-2.1.9.1.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index cccc6d48ce..4624d67fa8 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "076a5006623539a58262d33458a5605be096b3a1", + "version": "2.1.9.1", "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 7ca1531a98..93abd1b21e 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := d1000635dd9b675167e389abda37b9794cd61f98 +OPENDHT_VERSION := 2.1.9.1 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab