Skip to content

Commit

Permalink
[span-lite] Update to 0.7.0 (#12206)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie authored Jul 2, 2020
1 parent ef91134 commit 8133cef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
3 changes: 2 additions & 1 deletion ports/span-lite/CONTROL
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Source: span-lite
Version: 0.5.0
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
6 changes: 2 additions & 4 deletions ports/span-lite/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
include(vcpkg_common_functions)

vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/span-lite
REF v0.5.0
SHA512 4221d9897736257077b8ff6a5246d70315bebb975a30a119778f22c1859d14cca5e3035447561ca9684bef6dbca5a00b3b5ca208dada4fcf1f3b31df2aa0cb1f
REF v0.7.0
SHA512 af1a47e10a3c061e6476845e54fe22341a353c0326dbbc35922edc248dbd55c3e62e5e0d1de5b5509a391515d792a5b35c8265bc1bcbbfb39a2e60c30a2fabcf
)

vcpkg_configure_cmake(
Expand Down

0 comments on commit 8133cef

Please sign in to comment.