- [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.
- [x] Any fixed [CI
baseline](https://github.com/microsoft/vcpkg/blob/master/scripts/ci.baseline.txt)
entries are removed from that file.
- [x] Any patches that are no longer applied are deleted from the port's
directory.
- [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:
Bruce Mitchener 2024-04-19 06:35:36 +07:00 коммит произвёл GitHub
Родитель 2e593060d0
Коммит a37d26c8ee
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
4 изменённых файлов: 9 добавлений и 5 удалений

Просмотреть файл

@ -2,7 +2,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO recp/cglm
REF "v${VERSION}"
SHA512 d5de879b2510f534dbc82c88b6f4f324088468af7218a635aff08cc3327787f95b0dc896816b9610e5a319cd071bf2443923d3c1d426fd58509f39867d684e5f
SHA512 cfa836d5100912866d0678babca51e0ca818c1424ac8320c49ee55e5f9091403947a0d7b5c633bb0fb5df594d2b4fb01c2f634cc20cbe6266db5f7879488b02f
)
string(COMPARE EQUAL "${VCPKG_LIBRARY_LINKAGE}" "dynamic" CGLM_BUILD_SHARED)

Просмотреть файл

@ -1,7 +1,6 @@
{
"name": "cglm",
"version-semver": "0.9.2",
"port-version": 1,
"version-semver": "0.9.4",
"description": "Highly Optimized Graphics Math (glm) for C",
"homepage": "https://github.com/recp/cglm",
"license": "MIT",

Просмотреть файл

@ -1553,8 +1553,8 @@
"port-version": 0
},
"cglm": {
"baseline": "0.9.2",
"port-version": 1
"baseline": "0.9.4",
"port-version": 0
},
"cgltf": {
"baseline": "1.13",

Просмотреть файл

@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "7b7c4261fc7112e959687b9e61f94f05348cdd9c",
"version-semver": "0.9.4",
"port-version": 0
},
{
"git-tree": "89b93a34ee7896b76bd78e8584deddbf96d203d9",
"version-semver": "0.9.2",