mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:19:06 +08:00
[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:
parent
9c56f59ed4
commit
0144d0c0d0
@ -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
|
@ -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(
|
||||
|
6
ports/span-lite/vcpkg.json
Normal file
6
ports/span-lite/vcpkg.json
Normal 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"
|
||||
}
|
Loading…
Reference in New Issue
Block a user