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

[tgui] Update version to 1.7.0 #43011

Merged
merged 2 commits into from
Dec 30, 2024
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
2 changes: 1 addition & 1 deletion ports/tgui/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ vcpkg_from_github(
OUT_SOURCE_PATH SOURCE_PATH
REPO texus/TGUI
REF "v${VERSION}"
SHA512 a117c1c23b6811370f58069b3d6a7fb73930455f7d456ffd53e2abd161d637968cecca653d42ea8a055d53f8af8c5e10f66528e2bb5091e04a28ceb3b774d7ff
SHA512 24aa59b5eb225987247384dfdfc8bdce1d755cc7daeda6fdff9046eea77a0f2e686d5b03d24cbbd20e7d6d90ae809eae90467a2b1d923de1e2ecf668e28bcff4
HEAD_REF 1.x
PATCHES
devendor-stb.patch
Expand Down
2 changes: 1 addition & 1 deletion ports/tgui/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tgui",
"version": "1.6.1",
"version": "1.7.0",
"description": "TGUI is an easy to use, cross-platform, C++ GUI for SFML.",
"homepage": "https://tgui.eu",
"license": "Zlib",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8917,7 +8917,7 @@
"port-version": 4
},
"tgui": {
"baseline": "1.6.1",
"baseline": "1.7.0",
"port-version": 0
},
"think-cell-range": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/tgui.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a228fc0e38252f9fc749e1962462f703c43b348e",
"version": "1.7.0",
"port-version": 0
},
{
"git-tree": "7f9e5c089cb674e9ea51e4ee9a572e924d93d7dd",
"version": "1.6.1",
Expand Down