Skip to content

Commit

Permalink
contrib: bump opendht
Browse files Browse the repository at this point in the history
Change-Id: If215610aee704e29fd1ec8bf0ed2a124a271963f
  • Loading branch information
atraczyk committed Apr 3, 2024
1 parent 14d2627 commit dd0c602
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
2 changes: 1 addition & 1 deletion contrib/src/opendht/SHA512SUMS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c89e8276520f94daa31a5c07e6725ba6b8f3daa2fa118914f61394b879b63dce2e0ab462e35af31d40ebd15d1feb119236b4a791dff683486ed7ccd1d0589756 opendht-3.1.7.tar.gz
2c28bfd0df281c13a7b19b97f0cbdd4708ab57ce7ba1ea8fa88f7a31d3d9fbf092931e1bb3931844a18df0791e96e3bee6434950d13c38e236f3a23831897b05 opendht-3.1.10.tar.gz
64 changes: 32 additions & 32 deletions contrib/src/opendht/package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,32 @@
{
"name": "opendht",
"version": "3.1.7",
"url": "https://github.com/savoirfairelinux/opendht/archive/v__VERSION__.tar.gz",
"deps": [
"argon2",
"asio",
"gnutls",
"jsoncpp",
"msgpack",
"restinio"
],
"use_cmake" : true,
"defines": [
"BUILD_SHARED_LIBS=0",
"BUILD_TESTING=0",
"OPENDHT_SHARED=0",
"OPENDHT_PROXY_CLIENT=1",
"OPENDHT_PROXY_SERVER=1",
"OPENDHT_PUSH_NOTIFICATIONS=1",
"OPENDHT_TOOLS=0"
],
"patches": [],
"win_patches": [],
"project_paths": [],
"with_env" : "",
"custom_scripts": {
"pre_build": [],
"build": [],
"post_build": []
}
}
{
"name": "opendht",
"version": "3.1.10",
"url": "https://github.com/savoirfairelinux/opendht/archive/v__VERSION__.tar.gz",
"deps": [
"argon2",
"asio",
"gnutls",
"jsoncpp",
"msgpack",
"restinio"
],
"use_cmake" : true,
"defines": [
"BUILD_SHARED_LIBS=0",
"BUILD_TESTING=0",
"OPENDHT_SHARED=0",
"OPENDHT_PROXY_CLIENT=1",
"OPENDHT_PROXY_SERVER=1",
"OPENDHT_PUSH_NOTIFICATIONS=1",
"OPENDHT_TOOLS=0"
],
"patches": [],
"win_patches": [],
"project_paths": [],
"with_env" : "",
"custom_scripts": {
"pre_build": [],
"build": [],
"post_build": []
}
}
2 changes: 1 addition & 1 deletion contrib/src/opendht/rules.mak
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OPENDHT
OPENDHT_VERSION := 3.1.7
OPENDHT_VERSION := 3.1.10
OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/v$(OPENDHT_VERSION).tar.gz

PKGS += opendht
Expand Down

0 comments on commit dd0c602

Please sign in to comment.