mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 00:08:59 +08:00
[ms-gsl] update GSL to version 4.1.0 (#41703)
This commit is contained in:
parent
4bdc812637
commit
e010312ab1
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Microsoft/GSL
|
||||
REF a3534567187d2edc428efd3f13466ff75fe5805c
|
||||
SHA512 5bd6aad37fee3b56a2ee2fed10d6ef02fdcf37a1f40b3fb1bbec8146a573e235169b315405d010ab75175674ed82658c8202f40b128a849c5250b4a1b8b0a1b3
|
||||
REF v${VERSION}
|
||||
SHA512 1db14bebab5f2bc0752214f9bf1b84a056b7d83b4a9d296663c43103387baee60373447f62c4e9bc0b8df06a7ce0571a4e2b4a31441c866894eee3ae258fdfc8
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
@ -22,5 +22,4 @@ vcpkg_cmake_config_fixup(
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug")
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/LICENSE DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE")
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "ms-gsl",
|
||||
"version": "4.0.0",
|
||||
"port-version": 1,
|
||||
"version": "4.1.0",
|
||||
"description": "Microsoft implementation of the Guidelines Support Library",
|
||||
"homepage": "https://github.com/Microsoft/GSL",
|
||||
"license": "MIT",
|
||||
|
@ -6077,8 +6077,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"ms-gsl": {
|
||||
"baseline": "4.0.0",
|
||||
"port-version": 1
|
||||
"baseline": "4.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"ms-ifc-sdk": {
|
||||
"baseline": "0.43.1",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "d71696a526519c3f680b1b77e87d39f8eb94e650",
|
||||
"version": "4.1.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7d8da50e7ffaa4a1460036950f527b0a5e64c02a",
|
||||
"version": "4.0.0",
|
||||
|
Loading…
Reference in New Issue
Block a user