diff options
| author | Ryan <ryan__mckenzie@hotmail.com> | 2020-11-07 21:46:23 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-07 21:46:23 -0800 |
| commit | 0144d0c0d0495126de67fd4cdf73018d12fc3992 (patch) | |
| tree | 7937cafba63ec47a2b95ff8141214e8ff44f099d | |
| parent | 9c56f59ed4e729049bd7d084a400c2bc86ab2066 (diff) | |
| download | vcpkg-0144d0c0d0495126de67fd4cdf73018d12fc3992.tar.gz vcpkg-0144d0c0d0495126de67fd4cdf73018d12fc3992.zip | |
[span-lite] update to 0.8.1 (#14414)
also converts control file
Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
| -rw-r--r-- | ports/span-lite/CONTROL | 4 | ||||
| -rw-r--r-- | ports/span-lite/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/span-lite/vcpkg.json | 6 |
3 files changed, 8 insertions, 6 deletions
diff --git a/ports/span-lite/CONTROL b/ports/span-lite/CONTROL deleted file mode 100644 index b301e6326..000000000 --- a/ports/span-lite/CONTROL +++ /dev/null @@ -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
diff --git a/ports/span-lite/portfile.cmake b/ports/span-lite/portfile.cmake index aa76e74e3..0b93ca391 100644 --- a/ports/span-lite/portfile.cmake +++ b/ports/span-lite/portfile.cmake @@ -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(
diff --git a/ports/span-lite/vcpkg.json b/ports/span-lite/vcpkg.json new file mode 100644 index 000000000..60458b3dd --- /dev/null +++ b/ports/span-lite/vcpkg.json @@ -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" +} |
