Skip to content
Snippets Groups Projects
Unverified Commit 3b2f30e9 authored by Sébastien Blin's avatar Sébastien Blin
Browse files

opendht: bump to latest master

Change-Id: Iaa3e9a88638b32b3f0b56f10256c67d81f0a5c19
parent 2b3653aa
Branches release/windows-test/201910
No related tags found
No related merge requests found
ec649cd38aacaf580a18244a9da67cf64d2535a052a05ddf15ef2479a0378b4605b4a8fd30702609a771394946480d4c24f16348a6b5141f92866596fa12c9b0 opendht-6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b.tar.gz
4533b12c6269b4762425a10428fef42458a5f20372b6f633aa1a14b4b4ab417d64a15fcc012685543687a34e5639824469b8478d352532888af3f8bd7f8592f9 opendht-739f4d0c0d6aff5dd18d84269fe2e276e0530433.tar.gz
set BUILD=%SRC%..\build
set OPENDHT_VERSION=6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b
set OPENDHT_VERSION=739f4d0c0d6aff5dd18d84269fe2e276e0530433
set OPENDHT_URL=https://github.com/savoirfairelinux/opendht/archive/%OPENDHT_VERSION%.tar.gz
mkdir %BUILD%
......
# OPENDHT
OPENDHT_VERSION := 6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b
OPENDHT_VERSION := 739f4d0c0d6aff5dd18d84269fe2e276e0530433
OPENDHT_URL := https://github.com/savoirfairelinux/opendht/archive/$(OPENDHT_VERSION).tar.gz
PKGS += opendht
......@@ -15,7 +15,7 @@ ifneq ($(call need_pkg,"libargon2"),)
DEPS_opendht += argon2
endif
ifneq ($(call need_pkg,"libressl >= 1-12-2"),)
DEPS_opendht += libressl
DEPS_opendht += libressl
endif
ifneq ($(call need_pkg,"restinio >= v.0.5.1"),)
DEPS_opendht += restinio
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment