From 6f687dfa72e20ec7e6a73ad752924a0ee0c524d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Tue, 28 Apr 2020 16:59:44 -0400 Subject: [PATCH] contrib: bump opendht Change-Id: I5c991b37011b4c3d97114c9f2b8f05b742e029a3 --- 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 051a5ed83f..4a46bba970 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -2ea676cb6fc0c1da6c510e09dd1bab0d9207853594f25e0aafe5f9efce587721712115b07efc3dc54962a0d63e7e1fbea741d27663cb9a8fa965a45d175ab127 opendht-017f391e2edf05ddafa8f0ee7b501e001f47c520.tar.gz \ No newline at end of file +3364c0fe8821d407d9676fb6ee4854d0e9345642e33fa58bd461080584d25e53cfb3be9e0b4dffeb3069aee55ec94052edba1d140d7a4888ba79f2b8bf129a6b opendht-8c4a894f938037fb6328e06f5956edea5b6dd237.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index c2bc9517d1..8b8076ca93 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "017f391e2edf05ddafa8f0ee7b501e001f47c520", + "version": "8c4a894f938037fb6328e06f5956edea5b6dd237", "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 ff60fb4b43..a12bf67a21 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 017f391e2edf05ddafa8f0ee7b501e001f47c520 +OPENDHT_VERSION := 8c4a894f938037fb6328e06f5956edea5b6dd237 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab