Skip to content

Commit

Permalink
[span-lite] update to 0.9.0 (#14781)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie authored Nov 30, 2020
1 parent 1e92437 commit 0878a82
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ports/span-lite/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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(
Expand Down
2 changes: 1 addition & 1 deletion ports/span-lite/vcpkg.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 0878a82

Please sign in to comment.