From 55d183f93b63fd01ca6fe0586f587ae2bc05e068 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 7 Jul 2022 16:30:16 -0400 Subject: [PATCH] contrib: update opendht to 2.4.8 Change-Id: Ie92e695ec3735f826257c7624165e805a7fb2f85 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/rules.mak | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/contrib/src/opendht/SHA512SUMS b/contrib/src/opendht/SHA512SUMS index fd0d7a7a6f..41f33d0fe9 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -0af70f262fc0081cca0dcf5033b14c09f431a0d52dd112afc78d684c149a9a2a0fa3d5c6bbf642101844475eaed557907a33d5a11d1aab6363bc0f15a2145413 opendht-2.4.7.1.tar.gz \ No newline at end of file +412616f5e6d9aa7282aa7505f30507be20b518b77ddc1cfe3501c158c0618b8f76415b85cc25a71696a242395e66c3b9ab8dacf0f56e0b7f4e4fd944bb42df52 opendht-2.4.8.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index c938d70704..947d7bd6df 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,6 +1,6 @@ # OPENDHT -OPENDHT_VERSION := 2.4.7.1 -OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz +OPENDHT_VERSION := 2.4.8 +OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz PKGS += opendht ifeq ($(call need_pkg,'opendht >= 2.3.2'),) -- GitLab