mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 12:45:52 +08:00
[gul14] Update to version 2.7.1 (#27734)
This commit is contained in:
parent
0b1a04a5fb
commit
3030c48577
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO gul-cpp/gul14
|
||||
REF a6d5612f8074f7defd08de1245fb81ca9866223b # v2.6 as first moved to GitHub
|
||||
SHA512 4b384252bf5c2fe317d4173bacc59ddc85ebe2fe104909aaf43f537a68879a69f1a271e84b9eed5c79fb1b1c351f744268e542c60c5cb5dace5cd8d1cd663408
|
||||
REF v2.7.1
|
||||
SHA512 d926a0475911c16900479de156e7993eb3d007738bf78b6534e84b7f95b607b374d3340e568803eff5b0dd6c119bfc38cc63d5e7c0c0c5c58f1c78c79eb7ea9e
|
||||
HEAD_REF main
|
||||
)
|
||||
|
||||
|
@ -1,13 +1,13 @@
|
||||
{
|
||||
"name": "gul14",
|
||||
"version": "2.6",
|
||||
"version": "2.7.1",
|
||||
"description": [
|
||||
"General Utility Library for C++14.",
|
||||
"GUL14 contains often-used utility functions and types that form the foundation for other libraries and programs.",
|
||||
"It provides basic functionality that is not available in the C++14 standard library, including some backports from later versions of the standard."
|
||||
],
|
||||
"homepage": "https://github.desy.de/gul-cpp/gul14.git",
|
||||
"documentation": "https://winweb.desy.de/mcs/docs/gul/index.html",
|
||||
"documentation": "https://gul14.info",
|
||||
"license": "LGPL-2.1-or-later",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
|
@ -2825,7 +2825,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"gul14": {
|
||||
"baseline": "2.6",
|
||||
"baseline": "2.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"gumbo": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "a9415538b1b84af12b84d45fe190af822d10b5bb",
|
||||
"version": "2.7.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "7985ecf5f6874b9cf594d43d403820294529d0d3",
|
||||
"version": "2.6",
|
||||
|
Loading…
Reference in New Issue
Block a user