Skip to content

Commit

Permalink
Update to 1.23.0. (#27388)
Browse files Browse the repository at this point in the history
  • Loading branch information
HexDecimal authored Oct 24, 2022
1 parent 41cbb3a commit 2bebfe3
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
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.22.3
SHA512 350b741f8738f5ba3c6f282e76c1124326144111eb2444b17b1126e8ddead52cff1dba1d0ed80e6fefbb0db8f032b95d08292d73746eec149e191a8fa78651d7
REF 1.23.0
SHA512 efb9d1bca56268bb467ea11f640ed3807f269cd6c6cd7ea3296b3e1fb26bbe688cd8a21d3c5bb070d747a5321088e5fe4fe2a9cc52c145958a9db120d9abf878
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.22.3",
"version": "1.23.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 @@ -4257,7 +4257,7 @@
"port-version": 3
},
"libtcod": {
"baseline": "1.22.3",
"baseline": "1.23.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": "43c6a88dc753dd9d7e106f8ee9c7bc26d4ed39b6",
"version": "1.23.0",
"port-version": 0
},
{
"git-tree": "98a04c69b32d8e84d25d2913a2f0ad7ec7b4b833",
"version": "1.22.3",
Expand Down

0 comments on commit 2bebfe3

Please sign in to comment.