From 76ebffd401024e912a3f83214d7ba530ceab4706 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Blin?= <sebastien.blin@savoirfairelinux.com> Date: Fri, 16 Apr 2021 16:28:27 -0400 Subject: [PATCH] opendht: bump to 2.2.0rc7 Change-Id: Ia248949b07e2fc7311eb7b02b7619d2cfe5f95c4 --- 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 9aacfbeaab..a2036bc352 100644 --- a/contrib/src/opendht/SHA512SUMS +++ b/contrib/src/opendht/SHA512SUMS @@ -1 +1 @@ -0e5ab37e1a2b754d9666c0b2f4c02b37c63498c00e8c498e9d09ebddaec044d8c57646333eda86040f8948b820e1ed5fed3a7bf75e31a00f66512cdee84b015f opendht-2.2.0rc6.tar.gz \ No newline at end of file +4879c58e24b3c393752e8f906e3de00a9fda6ef9f6fa9c49562f44db4c274477a8c882d8212a1e2639381ce584f3048edeedc57de547fc345488ff613210ba87 opendht-2.2.0rc7.tar.gz \ No newline at end of file diff --git a/contrib/src/opendht/package.json b/contrib/src/opendht/package.json index 1eb06dda9c..1695d06f77 100644 --- a/contrib/src/opendht/package.json +++ b/contrib/src/opendht/package.json @@ -1,6 +1,6 @@ { "name": "opendht", - "version": "2.2.0rc6", + "version": "2.2.0rc7", "url": "https://github.com/savoirfairelinux/opendht/archive/__VERSION__.tar.gz", "deps": [ "argon2", diff --git a/contrib/src/opendht/rules.mak b/contrib/src/opendht/rules.mak index 0f2d576ac8..b083f1c1dd 100644 --- a/contrib/src/opendht/rules.mak +++ b/contrib/src/opendht/rules.mak @@ -1,5 +1,5 @@ # OPENDHT -OPENDHT_VERSION := 2.2.0rc6 +OPENDHT_VERSION := 2.2.0rc7 OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz PKGS += opendht -- GitLab