From 62cc1babf9ad9daab5ab5c8505d35ff1308a7b77 Mon Sep 17 00:00:00 2001 From: Andreas Traczyk <andreas.traczyk@savoirfairelinux.com> Date: Thu, 6 Dec 2018 12:32:33 -0500 Subject: [PATCH] contrib: bump OpenDHT to cb9fe9d Change-Id: I3ffc340236e443dd1362edb5f4f693766f5615ed --- 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 0c9a5642cd..521697ed74 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -ed086eacec068d1595205c720e1512b18bc6db314bc05defb182fe0c483acf05d9606b24cbffbc61556cac5c70c850c0141d25f8ebb44c5cf2ba3d671108b00f opendht-1.8.0.tar.gz +128adb0d671456ce1dbc4a24c1ea36d19f73362dc8d1e9774ccc0c87a01201a82672dea785ac0e18a4755ff844760ef6b94a70b571b2587a431223b97a9abf58 opendht-cb9fe9d1fecc610e43060f64afdb635ba6606ddd.tar.gz diff --git a/contrib/src/opendht/fetch_and_patch.bat b/contrib/src/opendht/fetch_and_patch.bat index d75710d1ef..816c37fc4b 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=1.8.0 +set OPENDHT_VERSION=cb9fe9d1fecc610e43060f64afdb635ba6606ddd 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 17ef4a7bb1..2543ff942c 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 1.8.0 +OPENDHT_VERSION := cb9fe9d1fecc610e43060f64afdb635ba6606ddd OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab