From f6aa8bc6cff39e773086aa90640f5b1b34e61778 Mon Sep 17 00:00:00 2001 From: Moritz Beutel Date: Sat, 16 May 2020 01:58:36 +0200 Subject: [PATCH] [gsl-lite] update to 0.37.0 (#11351) --- ports/gsl-lite/CONTROL | 2 +- ports/gsl-lite/portfile.cmake | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ports/gsl-lite/CONTROL b/ports/gsl-lite/CONTROL index d575f9bc5..65c6fb37c 100644 --- a/ports/gsl-lite/CONTROL +++ b/ports/gsl-lite/CONTROL @@ -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/ diff --git a/ports/gsl-lite/portfile.cmake b/ports/gsl-lite/portfile.cmake index 03280d024..5239c7109 100644 --- a/ports/gsl-lite/portfile.cmake +++ b/ports/gsl-lite/portfile.cmake @@ -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 )