mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-18 16:53:02 +08:00
[bext-sml] Update to 1.1.5 (#24386)
* Update bext-sml to 1.1.5 * Update CI baseline Co-authored-by: chausner <chausner@users.noreply.github.com>
This commit is contained in:
parent
5bea9618ce
commit
8afec80768
@ -2,8 +2,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO boost-ext/sml
|
||||
REF v1.1.4
|
||||
SHA512 0ded162e5d9d7cc9d8769fd9131d7a5cfc98187c8e9d98393eda9e0804c282e510707de38fe7229d2fe16aea70c9a8e300f14e992fff3ddedd0fa1b6a66ab1ba
|
||||
REF v1.1.5
|
||||
SHA512 6babee6da2db93912afa2eb932591674a73f43609b7c2b0523e84ba682c09f6d4f67d1c7f6ea48f73f1f09de8df2eaf2ae30b3399c1602189ea08d42689758d7
|
||||
HEAD_REF master
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,7 @@
|
||||
{
|
||||
"name": "bext-sml",
|
||||
"version": "1.1.4",
|
||||
"version": "1.1.5",
|
||||
"description": "Your scalable C++14 one header only State Machine Library with no dependencies",
|
||||
"homepage": "https://github.com/boost-ext/sml"
|
||||
"homepage": "https://github.com/boost-ext/sml",
|
||||
"license": "BSL-1.0"
|
||||
}
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "607e0e94d37ca023fd393c42e8acb43881ea8025",
|
||||
"version": "1.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "5e5941cb1ecd7988a9f52c1ace73823a4a20743c",
|
||||
"version": "1.1.4",
|
||||
|
@ -437,7 +437,7 @@
|
||||
"port-version": 1
|
||||
},
|
||||
"bext-sml": {
|
||||
"baseline": "1.1.4",
|
||||
"baseline": "1.1.5",
|
||||
"port-version": 0
|
||||
},
|
||||
"bext-ut": {
|
||||
|
Loading…
Reference in New Issue
Block a user