Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[libtcod] Update to 1.24.0 #31645

Merged
merged 1 commit into from
May 30, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ports/libtcod/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO libtcod/libtcod
REF 1.23.1
SHA512 d01e168b02c0540e193f65ad630180b26ac1690b9386aac039149493f436938fed4a0499ac70235f53d2675df595b7223401804b3bd2d8660917020e911f12c9
REF 1.24.0
SHA512 21aae343297ea4aefb89f3bc8fd06c7059e4f59dc34c26ef294f4211873f29bf26b5c600746db8af7eda9e9f5ab270bfd862ab34ae3c409051dcad6bb219df8a
HEAD_REF main
)

Expand Down
2 changes: 1 addition & 1 deletion ports/libtcod/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "libtcod",
"version": "1.23.1",
"version": "1.24.0",
"maintainers": "Kyle Benesch <[email protected]>",
"description": "Common algorithms and tools for roguelikes.",
"homepage": "https://github.com/libtcod/libtcod",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -4601,7 +4601,7 @@
"port-version": 1
},
"libtcod": {
"baseline": "1.23.1",
"baseline": "1.24.0",
"port-version": 0
},
"libtess2": {
Expand Down
5 changes: 5 additions & 0 deletions versions/l-/libtcod.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "ae0678aa4f8c3675932de4d2e8986f4a5ca7d30e",
"version": "1.24.0",
"port-version": 0
},
{
"git-tree": "09fe9037f9dc927b39eac5ed74cbce37dbb62f12",
"version": "1.23.1",
Expand Down