[air-ctl] Update to v1.1.0 (#25290)

* update air-ctl v1.1.0

* update version database
This commit is contained in:
然Y 2022-06-18 03:43:38 +08:00 committed by GitHub
parent 91393faf12
commit f2606af170
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 10 additions and 6 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github( vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO inie0722/CTL REPO inie0722/CTL
REF 58ca0f229aff093ada66955993cada93e01da18c #1.0.0 REF v1.1.0
SHA512 6e1fcd70be0750b3e45de80d6fb30471fdbd8bbd23afd7ff9fb8c3b9fe61669cd02773cf2b6573348dd2905a303845627d3f5f3e647f4e1261db4cc570cf5099 SHA512 bf04841d90b39a6f607773c982aa9d4e2ef0aa6297810595391eb5bf01f698583518041fcee00bcde7cd8f5228bea637f7fe299c7f26c49bea16669044618424
HEAD_REF master HEAD_REF master
) )

View File

@ -1,7 +1,6 @@
{ {
"name": "air-ctl", "name": "air-ctl",
"version": "1.0.0", "version": "1.1.0",
"port-version": 1,
"description": "C template container library", "description": "C template container library",
"homepage": "https://github.com/inie0722/CTL", "homepage": "https://github.com/inie0722/CTL",
"license": "BSL-1.0", "license": "BSL-1.0",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "a0f9e096458b1d0a77995acdffca30c15466592e",
"version": "1.1.0",
"port-version": 0
},
{ {
"git-tree": "f903c4c9124f693bab3174cca9bba73ed068bbb4", "git-tree": "f903c4c9124f693bab3174cca9bba73ed068bbb4",
"version": "1.0.0", "version": "1.0.0",

View File

@ -33,8 +33,8 @@
"port-version": 0 "port-version": 0
}, },
"air-ctl": { "air-ctl": {
"baseline": "1.0.0", "baseline": "1.1.0",
"port-version": 1 "port-version": 0
}, },
"aixlog": { "aixlog": {
"baseline": "1.5.0", "baseline": "1.5.0",