diff --git a/ports/thor/vcpkg.json b/ports/thor/vcpkg.json index e00041eb925199..eb12861d1dbc0c 100644 --- a/ports/thor/vcpkg.json +++ b/ports/thor/vcpkg.json @@ -1,15 +1,24 @@ { "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", "dependencies": [ "aurora", - "sfml", + { + "name": "sfml", + "version>=": "2.5.0" + }, { "name": "vcpkg-cmake", "host": true } + ], + "overrides": [ + { + "name": "sfml", + "version": "2.6.2" + } ] } diff --git a/versions/baseline.json b/versions/baseline.json index 3da5c1c3b768fe..c3e1cda45d1a0b 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -8933,7 +8933,7 @@ "port-version": 2 }, "thor": { - "baseline": "2022-04-16", + "baseline": "2022-04-17", "port-version": 0 }, "thorvg": { diff --git a/versions/t-/thor.json b/versions/t-/thor.json index 51714f13651135..b1421a30f797dc 100644 --- a/versions/t-/thor.json +++ b/versions/t-/thor.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "c50c35f9cf935e8ca3d31a7802a2fab98b77ffe4", + "version-date": "2022-04-17", + "port-version": 0 + }, { "git-tree": "52c5298a73cdd120b4138b72dd84085cf18f53c1", "version-date": "2022-04-16",