[gsl-lite] update to 0.37.0 (#11351)

This commit is contained in:
Moritz Beutel 2020-05-16 01:58:36 +02:00 committed by GitHub
parent 18b67ef730
commit f6aa8bc6cf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
Source: gsl-lite
Version: 0.36.0
Version: 0.37.0
Description: A single-file header-only implementation of ISO C++ Guidelines Support Library (GSL) for C++98, C++11 and later.
Homepage: https://github.com/gsl-lite/gsl-lite/

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gsl-lite/gsl-lite
REF 0190c0e40ca65e7d30dab51bee512ccd29f48bc1
SHA512 7ae9bb37bcbc83be3667b504271c209fea97e235fe50b754c3d420a7e97bbe2dd1df17a164dca536fb1455a19c26162d0bc27055d7c1ac495fb77956ec0f4e6d
REF 4b796627ad0fa42640f5fdb96f23c4a0d9ee084f
SHA512 c0943824149b17c66947160bd83f3b14b821ba14bba02247546bd98d2b2809fae611e7841000fbe3be8f675cd076585f12ede05366fd1f9ba96a1067ac63ef43
HEAD_REF master
)