[span-lite] update to 0.8.1 (#14414)

also converts control file

Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
This commit is contained in:
Ryan 2020-11-07 21:46:23 -08:00 committed by GitHub
parent 9c56f59ed4
commit 0144d0c0d0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 6 deletions

View File

@ -1,4 +0,0 @@
Source: span-lite
Version: 0.7.0
Description: A C++20-like span for C++98, C++11 and later in a single-file header-only library
Homepage: https://github.com/martinmoene/span-lite

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/span-lite
REF v0.7.0
SHA512 af1a47e10a3c061e6476845e54fe22341a353c0326dbbc35922edc248dbd55c3e62e5e0d1de5b5509a391515d792a5b35c8265bc1bcbbfb39a2e60c30a2fabcf
REF v0.8.1
SHA512 c0bee9cea29f477ec93f706a455cc900cbb6048e40417ade0878cea3e3591657bb17dcd5f82621da0365477c1a0e0947f8dccef95761323674235adfdaf25c9a
)
vcpkg_configure_cmake(

View File

@ -0,0 +1,6 @@
{
"name": "span-lite",
"version-string": "0.8.1",
"description": "A C++20-like span for C++98, C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/span-lite"
}