[expected-lite] update to v0.6.3 (#30347)

* [expected-lite] update to v0.6.3

* update version
This commit is contained in:
JonLiu1993 2023-03-24 06:57:07 +08:00 committed by GitHub
parent 40a3541799
commit e35a739f5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 7 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO martinmoene/expected-lite
REF 95b9cb015fa17baa749c2b396b335906e1596a9e # v0.6.2
SHA512 f4d46daf45d857137d9b026fdeac3101c7707868aa133b696ee3c5cfc208ea402c71db73882eeece0c2eb6271ee06495c7afde4eefb20de0a98ad9bc5727dc35
REF "v${VERSION}"
SHA512 d6a4f30f90494dda002ad27d227f17ce0201752178418d7dfada26441e853590d46816c88922e7d458dda68ad4414ddfe6b7fa4ed2a5854e4e3b22675b13f92a
HEAD_REF master
)
@ -24,6 +24,4 @@ file(REMOVE_RECURSE
"${CURRENT_PACKAGES_DIR}/lib"
)
file(INSTALL
"${SOURCE_PATH}/LICENSE.txt" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright
)
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.txt")

View File

@ -1,6 +1,6 @@
{
"name": "expected-lite",
"version": "0.6.2",
"version": "0.6.3",
"description": "Expected objects in C++11 and later in a single-file header-only library",
"homepage": "https://github.com/martinmoene/expected-lite",
"license": "BSL-1.0",

View File

@ -2325,7 +2325,7 @@
"port-version": 3
},
"expected-lite": {
"baseline": "0.6.2",
"baseline": "0.6.3",
"port-version": 0
},
"exprtk": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "f15c8963416782cdd215cf6b9a3f85ded0e4d2de",
"version": "0.6.3",
"port-version": 0
},
{
"git-tree": "9c8f107476fb8d2afc13ab7b743b31d1e07ea5cd",
"version": "0.6.2",