From 908d74403d2a3a035c609f1d66f884955acbb290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Mon, 24 Apr 2023 10:51:53 -0400 Subject: [PATCH] opendht: bump to 2.5.4 Change-Id: I55e9dc37f15b87a1da0a0dd9b695922bad270211 --- contrib/src/opendht/SHA512SUMS | 2 +- contrib/src/opendht/package.json | 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 35e6af87e1..805085f714 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -7fe15fa4cff0213565baedabbf1e7ab4858635d727bb6a1c0ca16a4fdf66f809ef540fd5cb29cf204409ce4d66aad9df000e30f134ed5a3765faf5f95c1bd039 opendht-2.5.3.tar.gz +9c81a4077ac72297dde2f8183a05d1925b744b16dc68a7d7ce7204619754e3a30e54d1aaa5d45f38be70106a2380298c7e7a5cbe9ff3b607e9b5ee27a56fd9c0 opendht-2.5.4.tar.gz diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index b0546eef8c..8877cfa6a5 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "2.5.3", + "version": "2.5.4", "url": "https://github.com/savoirfairelinux/opendht/archive/v__VERSION__.tar.gz", "deps": [ "argon2", diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index b668e26de9..debef62012 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 2.5.3 +OPENDHT_VERSION := 2.5.4 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab