mirror of
https://github.com/CachyOS/New-Cli-Installer.git
synced 2025-01-23 14:32:22 +08:00
♻ update deps
This commit is contained in:
parent
b6d5c2760e
commit
863b0e7349
@ -38,7 +38,7 @@ CPMAddPackage(
|
|||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME fmt
|
NAME fmt
|
||||||
GITHUB_REPOSITORY fmtlib/fmt
|
GITHUB_REPOSITORY fmtlib/fmt
|
||||||
GIT_TAG 10.2.1
|
GIT_TAG 11.0.0
|
||||||
EXCLUDE_FROM_ALL YES
|
EXCLUDE_FROM_ALL YES
|
||||||
)
|
)
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
@ -50,7 +50,7 @@ CPMAddPackage(
|
|||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME spdlog
|
NAME spdlog
|
||||||
GITHUB_REPOSITORY gabime/spdlog
|
GITHUB_REPOSITORY gabime/spdlog
|
||||||
GIT_TAG 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
|
GIT_TAG eeb22c13bb65f342434c991641b80ecf4821e9b9
|
||||||
EXCLUDE_FROM_ALL YES
|
EXCLUDE_FROM_ALL YES
|
||||||
)
|
)
|
||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
@ -63,7 +63,7 @@ if(NOT ENABLE_DEVENV)
|
|||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME cpr
|
NAME cpr
|
||||||
GITHUB_REPOSITORY libcpr/cpr
|
GITHUB_REPOSITORY libcpr/cpr
|
||||||
GIT_TAG 7cd69d2cc3105a3920da765e285d2a89d2247f0d
|
GIT_TAG 923f83a5946f8d276be757d7808101aafc900dd6
|
||||||
EXCLUDE_FROM_ALL YES
|
EXCLUDE_FROM_ALL YES
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
@ -76,7 +76,7 @@ CPMAddPackage(
|
|||||||
CPMAddPackage(
|
CPMAddPackage(
|
||||||
NAME ctre
|
NAME ctre
|
||||||
GITHUB_REPOSITORY hanickadot/compile-time-regular-expressions
|
GITHUB_REPOSITORY hanickadot/compile-time-regular-expressions
|
||||||
GIT_TAG v3.8.1
|
GIT_TAG v3.9.0
|
||||||
EXCLUDE_FROM_ALL YES
|
EXCLUDE_FROM_ALL YES
|
||||||
)
|
)
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/libcpr/cpr.git
|
url = https://github.com/libcpr/cpr.git
|
||||||
revision = 7cd69d2cc3105a3920da765e285d2a89d2247f0d
|
revision = 923f83a5946f8d276be757d7808101aafc900dd6
|
||||||
|
|
||||||
patch_directory = cpr
|
patch_directory = cpr
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/hanickadot/compile-time-regular-expressions.git
|
url = https://github.com/hanickadot/compile-time-regular-expressions.git
|
||||||
revision = v3.8.1
|
revision = v3.9.0
|
||||||
|
|
||||||
patch_directory = ctre
|
patch_directory = ctre
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/fmtlib/fmt.git
|
url = https://github.com/fmtlib/fmt.git
|
||||||
revision = 10.2.1
|
revision = 11.0.0
|
||||||
|
|
||||||
patch_directory = fmt
|
patch_directory = fmt
|
||||||
|
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
project('ctre', 'cpp', version: '3.8.1',
|
project('ctre', 'cpp', version: '3.9.0',
|
||||||
license: 'Apache-2.0')
|
license: 'Apache-2.0')
|
||||||
|
|
||||||
ctre_inc = include_directories('include')
|
ctre_inc = include_directories('include')
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
project('fmt', 'cpp',
|
project('fmt', 'cpp',
|
||||||
version : '10.1.1',
|
version : '11.0.0',
|
||||||
license : 'BSD',
|
license : 'BSD',
|
||||||
default_options : [
|
default_options : [
|
||||||
'cpp_std=c++20',
|
'cpp_std=c++20',
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[wrap-git]
|
[wrap-git]
|
||||||
url = https://github.com/gabime/spdlog.git
|
url = https://github.com/gabime/spdlog.git
|
||||||
revision = 62302019babd8fdf63c1c6dc4c9faa48d441a7f0
|
revision = eeb22c13bb65f342434c991641b80ecf4821e9b9
|
||||||
|
|
||||||
patch_directory = spdlog
|
patch_directory = spdlog
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user