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
ee9ad2d025
commit
18e29f175c
@ -44,7 +44,7 @@ CPMAddPackage(
|
||||
CPMAddPackage(
|
||||
NAME spdlog
|
||||
GITHUB_REPOSITORY gabime/spdlog
|
||||
GIT_TAG 81de01c02c2b49aa723806b0c1d557dd05721635
|
||||
GIT_TAG d7de159455d0d9bafc999f78139eafddb3935c36
|
||||
EXCLUDE_FROM_ALL YES
|
||||
)
|
||||
CPMAddPackage(
|
||||
@ -56,19 +56,19 @@ CPMAddPackage(
|
||||
CPMAddPackage(
|
||||
NAME cpr
|
||||
GITHUB_REPOSITORY libcpr/cpr
|
||||
GIT_TAG 7938bc7702130f989b76822909b57b829dcd806a
|
||||
GIT_TAG 142a496e49bc71dc1be85a3ce47bb25573670000
|
||||
EXCLUDE_FROM_ALL YES
|
||||
)
|
||||
CPMAddPackage(
|
||||
NAME range-v3
|
||||
GITHUB_REPOSITORY ericniebler/range-v3
|
||||
GIT_TAG 689b4f3da769fb21dd7acf62550a038242d832e5
|
||||
GIT_TAG cc445f55b5785736e26da573b7e6c2e199553ac6
|
||||
EXCLUDE_FROM_ALL YES
|
||||
)
|
||||
CPMAddPackage(
|
||||
NAME ctre
|
||||
GITHUB_REPOSITORY hanickadot/compile-time-regular-expressions
|
||||
GIT_TAG v3.7
|
||||
GIT_TAG v3.7.1
|
||||
EXCLUDE_FROM_ALL YES
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/libcpr/cpr.git
|
||||
revision = 7938bc7702130f989b76822909b57b829dcd806a
|
||||
revision = 142a496e49bc71dc1be85a3ce47bb25573670000
|
||||
|
||||
patch_directory = cpr
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/hanickadot/compile-time-regular-expressions.git
|
||||
revision = v3.7
|
||||
revision = v3.7.1
|
||||
|
||||
patch_directory = ctre
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('ctre', 'cpp', version: '3.7.0',
|
||||
project('ctre', 'cpp', version: '3.7.1',
|
||||
license: 'Apache-2.0')
|
||||
|
||||
ctre_inc = include_directories('include')
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('range-v3', 'cpp', version: '0.11.0',
|
||||
project('range-v3', 'cpp', version: '0.12.0',
|
||||
license: 'Boost, libc++, Stepanov and McJones "Elements of Programming", SGI STL')
|
||||
|
||||
range_inc = include_directories('include')
|
||||
|
@ -1,4 +1,4 @@
|
||||
project('spdlog', 'cpp', version : '1.10.0', license: 'MIT',
|
||||
project('spdlog', 'cpp', version : '1.11.0', license: 'MIT',
|
||||
default_options : ['cpp_std=c++20'])
|
||||
|
||||
inc = include_directories('include')
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/ericniebler/range-v3.git
|
||||
revision = 689b4f3da769fb21dd7acf62550a038242d832e5
|
||||
revision = cc445f55b5785736e26da573b7e6c2e199553ac6
|
||||
|
||||
patch_directory = range-v3
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
[wrap-git]
|
||||
url = https://github.com/gabime/spdlog.git
|
||||
revision = 81de01c02c2b49aa723806b0c1d557dd05721635
|
||||
revision = d7de159455d0d9bafc999f78139eafddb3935c36
|
||||
|
||||
patch_directory = spdlog
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user