From b59eddda00143e1ad2c71f3da77dbe6b21577c4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Tue, 15 Jan 2019 00:30:03 -0500 Subject: [PATCH] contrib: update opendht Change-Id: I9d6a31e35672b370faf155ab64aa1222a10cd6eb --- 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 b1765863b3..61d344acf9 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -34081f54b387c7bae74a21bdf8152ae4b776982d819591b67574e5ff13f0ff414b512a57868784c71bde5a763fa0b1854ce0c7de66944e8b74bb832c4f11c08b opendht-36cf70f2a72c871fc873c51fedb6a6db04e179cf.tar.gz \ No newline at end of file +7b8d3935d498f75de2e131a012ef564532d3633364ec46caa8d82fd366d42eaeb3dabe9025d78368653ae0112018f6cc6eab6c25025b5a7d9b0f81b613ce0f6f opendht-d523e9f259aa2e90e0c56b7f66324422422c9e2b.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 adb961b189..d7604af246 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=20f4355b7345c08ab18aaa9f556b394161a0598d +set OPENDHT_VERSION=d523e9f259aa2e90e0c56b7f66324422422c9e2b 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 246a292b98..a01401d48f 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 36cf70f2a72c871fc873c51fedb6a6db04e179cf +OPENDHT_VERSION := d523e9f259aa2e90e0c56b7f66324422422c9e2b OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab