mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 14:58:00 +08:00
[libtcod] Update to 1.19.0 (#21355)
* [libtcod] Update to 1.19.0 * Fail UWP triplets for libtcod in CI baseline. This was because of internal deprecations being treated as errors.
This commit is contained in:
parent
8c4755300b
commit
f33d743a75
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO libtcod/libtcod
|
||||
REF 1.18.0
|
||||
SHA512 4191353c422e96987977ffc2a2f816381aa5c2e82cc0ccf80a902a0ff32023ec7a824e9845eb7c220d9e2a2fdb90be3aff1c3e05893f45a7326a89292aa11a4d
|
||||
REF 1.19.0
|
||||
SHA512 462c3deadaeaaf3adb44427d41c4e8c1acc2c37ef90677d8d60e8194f9c190bc7e02b0cf2b285e248171354f8d73f1dd28144cfe8a98a469e1071448bce9e68b
|
||||
HEAD_REF develop
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libtcod",
|
||||
"version-semver": "1.18.0",
|
||||
"version-semver": "1.19.0",
|
||||
"maintainers": "Kyle Benesch <4b796c65+github@gmail.com>",
|
||||
"description": "Common algorithms and tools for roguelikes.",
|
||||
"homepage": "https://github.com/libtcod/libtcod",
|
||||
|
@ -692,6 +692,8 @@ libssh:arm-uwp=fail
|
||||
libssh:x64-uwp=fail
|
||||
libstk:arm-uwp=fail
|
||||
libstk:x64-uwp=fail
|
||||
libtcod:arm-uwp=fail
|
||||
libtcod:x64-uwp=fail
|
||||
libtins:arm-uwp=fail
|
||||
libtins:x64-uwp=fail
|
||||
libtomcrypt:arm64-windows=fail
|
||||
|
@ -3929,7 +3929,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"libtcod": {
|
||||
"baseline": "1.18.0",
|
||||
"baseline": "1.19.0",
|
||||
"port-version": 0
|
||||
},
|
||||
"libtheora": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "6ab01712cf4356c3364d01b0e2c2c8cbbad760a3",
|
||||
"version-semver": "1.19.0",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "e136d01e9084bb2c6bdc0494a6b6374adb29dbfa",
|
||||
"version-semver": "1.18.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user