[gul14] Update to version 2.11.2 (#38587)

- [X] Changes comply with the [maintainer
guide](https://github.com/microsoft/vcpkg-docs/blob/main/vcpkg/contributing/maintainer-guide.md).
- [X] SHA512s are updated for each updated download.
- [X] The "supports" clause reflects platforms that may be fixed by this
new version (DOES NOT APPLY).
- [X] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file (DOES NOT APPLY).
- [X] Any patches that are no longer applied are deleted from the port's
directory (DOES NOT APPLY).
- [X] The version database is fixed by rerunning `./vcpkg x-add-version
--all` and committing the result.
- [X] Only one version is added to each modified port's versions file.
This commit is contained in:
Lars Fröhlich 2024-05-06 21:40:40 +02:00 committed by GitHub
parent 307ded63af
commit e02de06011
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 9 additions and 4 deletions

View File

@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO gul-cpp/gul14
REF v2.11.0
SHA512 d36bac6573f7eaee068df6b94481efb05270d55d2cf5b22bf57ccaaed650cefece61585fc518769da1308194cfde976854bf5ad89647c5a5808b7f8784c9c7f5
REF v2.11.2
SHA512 b18d0a26a5c53745b2a62d69ddb93f85bb4c9926c0a5f6c38374c150e8c3358e70d861c2870ab176689cef7d639466ce9277a3a3d25ea42fb359946489cc74ff
HEAD_REF main
)

View File

@ -1,6 +1,6 @@
{
"name": "gul14",
"version": "2.11.0",
"version": "2.11.2",
"description": [
"General Utility Library for C++14.",
"GUL14 contains often-used utility functions and types that form the foundation for other libraries and programs.",

View File

@ -3261,7 +3261,7 @@
"port-version": 0
},
"gul14": {
"baseline": "2.11.0",
"baseline": "2.11.2",
"port-version": 0
},
"gumbo": {

View File

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "814a293c1a792653842cbb7e97c3fdbb8564c517",
"version": "2.11.2",
"port-version": 0
},
{
"git-tree": "9b664c010bec11a610ed3b751494527c7f9e9636",
"version": "2.11.0",