[buck-yeh-bux] Update to 1.8.0 (#41005)

This commit is contained in:
Buck Yeh 2024-09-17 03:40:46 +08:00 committed by GitHub
parent d09d531b03
commit 9e81eccfad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 8 additions and 3 deletions

View File

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH OUT_SOURCE_PATH SOURCE_PATH
REPO buck-yeh/bux REPO buck-yeh/bux
REF "${VERSION}" REF "${VERSION}"
SHA512 4ef6578d16f96bfaa96f85a0deda69e7d766b263972fa5f2a894902dc8d8db930f9169e0c36146e7ac69a2f3655e8dbf2108e7187440866bcace2c90cb3bcbfe SHA512 e91ab0e53b8af5b6548a368f7c3259eb6b368d895df6554b090a92aaf52cab7b26ed2a6e740ebd88029994cd91aa723648fa43b62a56ad69629186e723d80510
HEAD_REF main HEAD_REF main
) )

View File

@ -1,6 +1,6 @@
{ {
"name": "buck-yeh-bux", "name": "buck-yeh-bux",
"version": "1.7.0", "version": "1.8.0",
"description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.", "description": "A supplemental C++ library with functionalities not directly supported from Modern C++ standard.",
"homepage": "https://github.com/buck-yeh/bux", "homepage": "https://github.com/buck-yeh/bux",
"license": "MIT", "license": "MIT",

View File

@ -1,5 +1,10 @@
{ {
"versions": [ "versions": [
{
"git-tree": "efa7245f66c619800613932d484de76669b5a43e",
"version": "1.8.0",
"port-version": 0
},
{ {
"git-tree": "b1488eb5aead16b36f0d8f7d98b5036bd62ba695", "git-tree": "b1488eb5aead16b36f0d8f7d98b5036bd62ba695",
"version": "1.7.0", "version": "1.7.0",

View File

@ -1409,7 +1409,7 @@
"port-version": 0 "port-version": 0
}, },
"buck-yeh-bux": { "buck-yeh-bux": {
"baseline": "1.7.0", "baseline": "1.8.0",
"port-version": 0 "port-version": 0
}, },
"buck-yeh-bux-mariadb-client": { "buck-yeh-bux-mariadb-client": {