-
-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: If215610aee704e29fd1ec8bf0ed2a124a271963f
- Loading branch information
Showing
3 changed files
with
34 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [] | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters