Skip to content

Commit

Permalink
[thor] Pin SFML version to SFML 2
Browse files Browse the repository at this point in the history
  • Loading branch information
eXpl0it3r committed Dec 30, 2024
1 parent 48afdad commit 308f666
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
11 changes: 9 additions & 2 deletions ports/thor/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thor",
"version-date": "2022-04-16",
"version-date": "2022-04-17",
"description": "Extends the multimedia library SFML with higher-level features",
"homepage": "https://bromeon.ch/libraries/thor/",
"license": "Zlib",
Expand All @@ -9,7 +9,14 @@
"sfml",
{
"name": "vcpkg-cmake",
"host": true
"host": true,
"version>=": "2.5.*"
}
],
"overrides": [
{
"name": "sfml",
"version": "2.*"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8933,7 +8933,7 @@
"port-version": 2
},
"thor": {
"baseline": "2022-04-16",
"baseline": "2022-04-17",
"port-version": 0
},
"thorvg": {
Expand Down
5 changes: 5 additions & 0 deletions versions/t-/thor.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "a0c55cc28c0880b54638591ee426ef736bd6bd4d",
"version-date": "2022-04-17",
"port-version": 0
},
{
"git-tree": "52c5298a73cdd120b4138b72dd84085cf18f53c1",
"version-date": "2022-04-16",
Expand Down

0 comments on commit 308f666

Please sign in to comment.