From 12a7a95a42f9fd026ff1ab1869cdeef8c490f949 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Thu, 30 Apr 2020 09:35:43 -0400 Subject: [PATCH] opendht: bump opendht Change-Id: I66b07df09098833a1ad59df008f04c521edf1449 --- 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 4a46bba970..5024ccf574 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -3364c0fe8821d407d9676fb6ee4854d0e9345642e33fa58bd461080584d25e53cfb3be9e0b4dffeb3069aee55ec94052edba1d140d7a4888ba79f2b8bf129a6b opendht-8c4a894f938037fb6328e06f5956edea5b6dd237.tar.gz \ No newline at end of file +dc759849cc58218f6c395cc6092ab467a6a2779ff11fb6c27fa1d7fdeec67845a22d4dbe1343a67c22029c5632ce4333124dba3a33fe32551edcade2059e2c37 opendht-b0c124971023f9232e8333d36966c56cba048f78.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index 8b8076ca93..1111d0600d 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "8c4a894f938037fb6328e06f5956edea5b6dd237", + "version": "b0c124971023f9232e8333d36966c56cba048f78", "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 a12bf67a21..029df13277 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 8c4a894f938037fb6328e06f5956edea5b6dd237 +OPENDHT_VERSION := b0c124971023f9232e8333d36966c56cba048f78 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab