Skip to content

Commit aa2acfb

Browse files
committed
Updated dependencies
1 parent d245537 commit aa2acfb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dependencies.mk

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@
2222
LSP_COMMON_LIB_VERSION := 1.0.10
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
2424
LSP_COMMON_LIB_TYPE := hdr
25-
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME).git
25+
LSP_COMMON_LIB_URL := git@github.com:sadko4u/$(LSP_COMMON_LIB_NAME).git
2626

2727
LSP_TEST_FW_VERSION := 1.0.6
2828
LSP_TEST_FW_NAME := lsp-test-fw
2929
LSP_TEST_FW_TYPE := src
30-
LSP_TEST_FW_URL := https://github.com/sadko4u/$(LSP_TEST_FW_NAME).git
30+
LSP_TEST_FW_URL := git@github.com:sadko4u/$(LSP_TEST_FW_NAME).git
3131

3232
LSP_R3D_IFACE_VERSION := 0.5.1
3333
LSP_R3D_IFACE_NAME := lsp-r3d-iface
3434
LSP_R3D_IFACE_TYPE := src
35-
LSP_R3D_IFACE_URL := https://github.com/sadko4u/$(LSP_R3D_IFACE_NAME).git
35+
LSP_R3D_IFACE_URL := git@github.com:sadko4u/$(LSP_R3D_IFACE_NAME).git
3636

3737
LIBPTHREAD_VERSION := system
3838
LIBPTHREAD_NAME := libpthread

0 commit comments

Comments
 (0)