From f1d79fc431cc462778c38119ddad62fc6e317969 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Fri, 2 Aug 2019 21:51:35 -0400 Subject: [PATCH] contrib: update opendht Change-Id: I71d72717869fca870c4ee9b7e292b827dfde2010 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/fetch_and_patch.bat | 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 749d0479ce..c9ff4d3f1f 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -9a6510ce69277dbf0b44e124e401d8b7572acd430030a379c05742675a2a0a3493ab678fba99cb55420b96b10306d3727216aad1cfe9e0d6ce85233a11e0dedd opendht-4b061d0886214b057b6c9c05d5215aea59f0cf66.tar.gz \ No newline at end of file +d0ab4aa376ecd4ac57af78a1491cd0f466021790ebea0e00032a503d61127f323cb37f04d94f2a35797dc52051407708f49ed99be558003acc102ff017dbdf29 opendht-1.10.1.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index 4d5b38895d..6fa48ec46f 100644 --- a/contrib/src/opendht/fetch_and_patch.bat +++ b/contrib/src/opendht/fetch_and_patch.bat @@ -1,6 +1,6 @@ set BUILD=%SRC%..\build -set OPENDHT_VERSION=a8718242cda414909207320ce0692fc49d3104fb +set OPENDHT_VERSION=1.10.1 set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz mkdir %BUILD% diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 1fa1b9ea97..cc7afcbb62 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 4b061d0886214b057b6c9c05d5215aea59f0cf66 +OPENDHT_VERSION := 1.10.1 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab