mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:18:59 +08:00
[ms-gsl] Update to v2.1.0, the "end of 2019 snapshot" (#9624)
* [ms-gsl] update to 2019-11-19, v2.1.0 end of 2019 snapshot * [coroutine] Update for compatibility with ms-gsl
This commit is contained in:
parent
fa4b2e2676
commit
fbdce55199
@ -1,4 +1,4 @@
|
||||
Source: coroutine
|
||||
Version: 1.4.3
|
||||
Version: 2020-01-13
|
||||
Build-Depends: ms-gsl
|
||||
Description: C++ coroutine helper/example library
|
||||
|
@ -4,12 +4,11 @@ if(${VCPKG_TARGET_ARCHITECTURE} MATCHES x86)
|
||||
message(FATAL_ERROR "This library doesn't support x86 arch. Please use x64 instead. If it is critical, create an issue at the repo: github.com/luncliff/coroutine")
|
||||
endif()
|
||||
|
||||
# changed to 1.4.2
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO luncliff/coroutine
|
||||
REF 74467cb470a6bf8b9559a56ebdcb68ff915d871e
|
||||
SHA512 5d61a23c5fe33c544943659dedecff487bb20f288f9c99f137f37bb777317672f299599b740e53cae42c355595fdfdffe183ade39e828b1f3b4aa821a47cb50e
|
||||
REF fcd970807e9a47c250c1a4e06c7dc6d93079b684
|
||||
SHA512 517f1c1726e4adc36cd34379c545324c99861d7cb5ebd3cebe0b7132fe5b61969a00e405bc106bb8f089f37d3a7ca9b1bcdc665a5cd6dfcaaf6856be37bec5b0
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
Source: ms-gsl
|
||||
Version: 2019-07-11
|
||||
Version: 2.1.0
|
||||
Homepage: https://github.com/Microsoft/GSL
|
||||
Description: Microsoft implementation of the Guidelines Support Library
|
||||
Description: Microsoft implementation of the Guidelines Support Library
|
||||
|
@ -1,11 +1,9 @@
|
||||
#header-only library
|
||||
include(vcpkg_common_functions)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO Microsoft/GSL
|
||||
REF 1212beae777dba02c230ece8c0c0ec12790047ea
|
||||
SHA512 754d0adf32cea1da759be9adb8a64c301ae1cb8556853411bcea4c400079e8e310f1fb8d03f1f26f81553eab24b75fea24a67b9b51d8d92bb4f266e155938230
|
||||
REF 7e99e76c9761d0d0b0848b91f8648830670ee872
|
||||
SHA512 9a5ea7d22497a56918a83c248d9f707e98544dce90835cf9bf877213df8751cdb350b6343d0205e7b17fc27e234a17906876aff99c177d5f2b96df96d15a215c
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user