diff options
| author | Ryan <ryan__mckenzie@hotmail.com> | 2020-11-30 10:39:10 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-30 10:39:10 -0800 |
| commit | 0878a821926c8d441c53d691bf9ce60b7b2fe7cf (patch) | |
| tree | 4e08c7e828b8f06fd18eb14f542e6e69ba02f80a | |
| parent | 1e9243799ea08e84c1b2a1b283fceb4e9d802458 (diff) | |
| download | vcpkg-0878a821926c8d441c53d691bf9ce60b7b2fe7cf.tar.gz vcpkg-0878a821926c8d441c53d691bf9ce60b7b2fe7cf.zip | |
[span-lite] update to 0.9.0 (#14781)
| -rw-r--r-- | ports/span-lite/portfile.cmake | 4 | ||||
| -rw-r--r-- | ports/span-lite/vcpkg.json | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/ports/span-lite/portfile.cmake b/ports/span-lite/portfile.cmake index 0b93ca391..fd34b69ca 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.8.1
- SHA512 c0bee9cea29f477ec93f706a455cc900cbb6048e40417ade0878cea3e3591657bb17dcd5f82621da0365477c1a0e0947f8dccef95761323674235adfdaf25c9a
+ REF v0.9.0
+ SHA512 e7d8a5f2e85b4aa7dc148c5a17898729bafa6124affacf66280eaa74c6aad5a4c9a9231e664f95392aa4edb784eaf3e2e3e03d34914c90565b9026744d7f7276
)
vcpkg_configure_cmake(
diff --git a/ports/span-lite/vcpkg.json b/ports/span-lite/vcpkg.json index 60458b3dd..1227b0a5d 100644 --- a/ports/span-lite/vcpkg.json +++ b/ports/span-lite/vcpkg.json @@ -1,6 +1,6 @@ { "name": "span-lite", - "version-string": "0.8.1", + "version-string": "0.9.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" } |
