mirror of
https://github.com/RetroShare/libretroshare.git
synced 2026-09-14 11:05:45 +05:00
Update bitdht and openpgpsdk repository URLs
This commit is contained in:
parent
f45f70415f
commit
04f8609e51
3
.gitignore
vendored
3
.gitignore
vendored
@ -6,3 +6,6 @@ build
|
||||
|
||||
# Ignore Gradle local options
|
||||
local.properties
|
||||
|
||||
# Ignore Qt Creator local CMake configuration
|
||||
CMakeLists.txt.user
|
||||
|
||||
@ -187,7 +187,7 @@ if(EXISTS "${OPENPGPSDK_DEVEL_DIR}/.git" )
|
||||
else()
|
||||
FetchContent_Declare(
|
||||
openpgpsdk
|
||||
GIT_REPOSITORY "https://gitlab.com/RetroShare/openpgpsdk.git"
|
||||
GIT_REPOSITORY "https://gitlab.com/RetroShare/OpenPGP-SDK.git"
|
||||
GIT_TAG "origin/master"
|
||||
GIT_SHALLOW TRUE
|
||||
GIT_PROGRESS TRUE
|
||||
@ -211,7 +211,7 @@ if(RS_BITDHT)
|
||||
else()
|
||||
FetchContent_Declare(
|
||||
bitdht
|
||||
GIT_REPOSITORY "https://gitlab.com/RetroShare/bitdht.git"
|
||||
GIT_REPOSITORY "https://gitlab.com/RetroShare/BitDHT.git"
|
||||
GIT_TAG "origin/master"
|
||||
GIT_SHALLOW TRUE
|
||||
GIT_PROGRESS TRUE
|
||||
|
||||
Loading…
Reference in New Issue
Block a user