mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-28 19:25:27 +08:00
[libtcod] Update to 1.20.1 (#22524)
* [libtcod] Update to 1.20.1 * Current versions do not follow semantic versioning. Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com> Co-authored-by: JonLiu1993 <63675417+JonLiu1993@users.noreply.github.com>
This commit is contained in:
parent
49be0f8071
commit
c0b44ddb14
@ -1,8 +1,8 @@
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO libtcod/libtcod
|
||||
REF 1.19.0
|
||||
SHA512 462c3deadaeaaf3adb44427d41c4e8c1acc2c37ef90677d8d60e8194f9c190bc7e02b0cf2b285e248171354f8d73f1dd28144cfe8a98a469e1071448bce9e68b
|
||||
REF 1.20.1
|
||||
SHA512 bef3751dd1b190769163ff7c188479fe100d425fa98d3f0f97a3a81045fe0f0c24690b64bcde29f7af1eb7fd34915371223146598b1f0cab173e69a78c1dfc76
|
||||
HEAD_REF develop
|
||||
)
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libtcod",
|
||||
"version-semver": "1.19.0",
|
||||
"version": "1.20.1",
|
||||
"maintainers": "Kyle Benesch <4b796c65+github@gmail.com>",
|
||||
"description": "Common algorithms and tools for roguelikes.",
|
||||
"homepage": "https://github.com/libtcod/libtcod",
|
||||
|
@ -3969,7 +3969,7 @@
|
||||
"port-version": 3
|
||||
},
|
||||
"libtcod": {
|
||||
"baseline": "1.19.0",
|
||||
"baseline": "1.20.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"libtess2": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "ec66d469b71cab685daede349e5193d15ab866c7",
|
||||
"version": "1.20.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "6ab01712cf4356c3364d01b0e2c2c8cbbad760a3",
|
||||
"version-semver": "1.19.0",
|
||||
|
Loading…
x
Reference in New Issue
Block a user