From 5e01c27d6a473d19145366e421b639d8e72e66b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 24 May 2018 16:27:56 -0400 Subject: [PATCH] contrib/opendht: update to 1.7.3rc2 Change-Id: I227431a381626abc410dc1f3c06063b39f9200e9 Reviewed-by: Sebastien Blin <sebastien.blin@savoirfairelinux.com> --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/rules.mak | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index 7fbed19366..fb5294e31d 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -8a401b250b2baf1a7d218d04c0d375d0482ef69a94d47d898b70522c4f8b8da67c71a655092ab59e545af68f878a88dc7d7916a3f8338aba05c21547203ed239 opendht-1.7.3rc1.tar.gz +0e0d01a2db622fc669e8794e791c0a63defcf7e6c9094b56f71e134428a39ab8d5646aa55d905d1ef4561a74c96c02bb3b37b6f78b1c6742c3e0f62d46220a7d opendht-1.7.3rc2.tar.gz diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index f7fee552ab..f4a143551a 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 1.7.3rc1 +OPENDHT_VERSION := 1.7.3rc2 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab