mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 06:03:02 +08:00
[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:
parent
307ded63af
commit
e02de06011
@ -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
|
||||
)
|
||||
|
||||
|
@ -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.",
|
||||
|
@ -3261,7 +3261,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"gul14": {
|
||||
"baseline": "2.11.0",
|
||||
"baseline": "2.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
"gumbo": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "814a293c1a792653842cbb7e97c3fdbb8564c517",
|
||||
"version": "2.11.2",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "9b664c010bec11a610ed3b751494527c7f9e9636",
|
||||
"version": "2.11.0",
|
||||
|
Loading…
Reference in New Issue
Block a user