mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-07 22:02:12 +08:00
opendht: bump to latest master
Change-Id: Iaa3e9a88638b32b3f0b56f10256c67d81f0a5c19
This commit is contained in:
@ -1 +1 @@
|
||||
ec649cd38aacaf580a18244a9da67cf64d2535a052a05ddf15ef2479a0378b4605b4a8fd30702609a771394946480d4c24f16348a6b5141f92866596fa12c9b0 opendht-6f87e9dbc3ec9ef2609d338175fab0fcb4d7e70b.tar.gz
|
||||
4533b12c6269b4762425a10428fef42458a5f20372b6f633aa1a14b4b4ab417d64a15fcc012685543687a34e5639824469b8478d352532888af3f8bd7f8592f9 opendht-739f4d0c0d6aff5dd18d84269fe2e276e0530433.tar.gz
|
||||
|
@ -1,6 +1,6 @@
|
||||
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%
|
||||
|
@ -1,5 +1,5 @@
|
||||
# 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
|
||||
|
Reference in New Issue
Block a user