[bext-sml2] Change to new repo (#40104)

This commit is contained in:
Frank 2024-07-26 20:51:41 +00:00 committed by GitHub
parent 2bc2a040a9
commit 8a0e211035
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 12 additions and 7 deletions

View File

@ -1,9 +1,9 @@
# Header-only library
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO boost-ext/sml2
REF df727871ec119343e68881d47a24ce69f9bbd841
SHA512 5a1ce9a6a6afb9504049a3e681d920c8b32394c5ffb6d635763488b8916dbcaf3390063ff0bae671729216f4eaea0f799bba7037aa922a1fc77ca9b0b1ac3a5b
REPO qlibs/sml
REF "v${VERSION}"
SHA512 8c2406f1d35145b4f5896c41c8d1a616444cb151cc468f670daefc1b7dc4bd8aa6c9acc3c2c733158c0e6a21b4077cac4b519eea2b0fd3bc549dae726d0a23d7
HEAD_REF master
)
@ -12,4 +12,4 @@ file(INSTALL "${SOURCE_PATH}/sml2"
)
# Handle copyright
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/LICENSE.md")
vcpkg_install_copyright(FILE_LIST "${SOURCE_PATH}/README.md")

View File

@ -1,7 +1,7 @@
{
"name": "bext-sml2",
"version-date": "2024-02-02",
"version": "2.0.0",
"description": "Your scalable C++20 one header only State Machine Library with no dependencies",
"homepage": "https://github.com/boost-ext/sml2",
"homepage": "https://github.com/qlibs/sml",
"license": "BSL-1.0"
}

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "9a044e08c33fb1465d65b751bd0d23e7b32b85f5",
"version": "2.0.0",
"port-version": 0
},
{
"git-tree": "588ef9edb0c8c55acb5807d67ddbea854b563606",
"version-date": "2024-02-02",

View File

@ -609,7 +609,7 @@
"port-version": 0
},
"bext-sml2": {
"baseline": "2024-02-02",
"baseline": "2.0.0",
"port-version": 0
},
"bext-ut": {