Skip to content

Commit da155f9

Browse files
committed
Prettified dependency list
1 parent f215ae8 commit da155f9

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
@@ -21,18 +21,18 @@
2121
# Variables that describe dependencies
2222
LSP_COMMON_LIB_VERSION := 1.0.9
2323
LSP_COMMON_LIB_NAME := lsp-common-lib
24-
LSP_COMMON_LIB_URL := https://github.com/sadko4u/$(LSP_COMMON_LIB_NAME).git
2524
LSP_COMMON_LIB_TYPE := hdr
25+
LSP_COMMON_LIB_URL := https://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
29-
LSP_TEST_FW_URL := https://github.com/sadko4u/$(LSP_TEST_FW_NAME).git
3029
LSP_TEST_FW_TYPE := src
30+
LSP_TEST_FW_URL := https://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
34-
LSP_R3D_IFACE_URL := https://github.com/sadko4u/$(LSP_R3D_IFACE_NAME).git
3534
LSP_R3D_IFACE_TYPE := hdr
35+
LSP_R3D_IFACE_URL := https://github.com/sadko4u/$(LSP_R3D_IFACE_NAME).git
3636

3737
STDLIB_VERSION := system
3838
STDLIB_TYPE := opt

0 commit comments

Comments
 (0)