diff options
| author | Leonid Pospelov <pospelovlm@yandex.ru> | 2021-07-23 08:15:49 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-22 22:15:49 -0700 |
| commit | 05177765880ad317c9589dc87717ac8755fefaa2 (patch) | |
| tree | 8e82f2a6a17067f05e7848623fc21c950cda5616 /versions | |
| parent | 549d7cd66492d65f5947127b3e0911206006ead7 (diff) | |
| download | vcpkg-05177765880ad317c9589dc87717ac8755fefaa2.tar.gz vcpkg-05177765880ad317c9589dc87717ac8755fefaa2.zip | |
[SLikeNet] Update and fix building with x64-mingw-static (#18358)
* SLikeNet now builds under MinGW
Use vcpkg.json instead of CONTROL
Fix
Run x-add-version
Fix deprecation warning
Update ports/slikenet/portfile.cmake
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Update ports/slikenet/vcpkg.json
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
* Run vcpkg x-add-version
Co-authored-by: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>
Co-authored-by: Billy Robert ONeal III <bion@microsoft.com>
Diffstat (limited to 'versions')
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/slikenet.json | 5 |
2 files changed, 6 insertions, 1 deletions
diff --git a/versions/baseline.json b/versions/baseline.json index c8f0e4c45..6bddefd81 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5857,7 +5857,7 @@ "port-version": 0 }, "slikenet": { - "baseline": "2019-10-22-2", + "baseline": "2021-06-07", "port-version": 0 }, "sltbench": { diff --git a/versions/s-/slikenet.json b/versions/s-/slikenet.json index 5bb738ff0..ee83f0113 100644 --- a/versions/s-/slikenet.json +++ b/versions/s-/slikenet.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "ac7b0f3e2e112489c1d66b390c22e050bd410783", + "version-date": "2021-06-07", + "port-version": 0 + }, + { "git-tree": "fd99081ecbebc7fe7639cc9a61899ff6fb977d04", "version-string": "2019-10-22-2", "port-version": 0 |
