diff options
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/gamedev-framework/portfile.cmake | 8 | ||||
| -rw-r--r-- | ports/gamedev-framework/vcpkg.json | 4 |
2 files changed, 8 insertions, 4 deletions
diff --git a/ports/gamedev-framework/portfile.cmake b/ports/gamedev-framework/portfile.cmake index 04347db48..efdd5f2d4 100644 --- a/ports/gamedev-framework/portfile.cmake +++ b/ports/gamedev-framework/portfile.cmake @@ -1,3 +1,7 @@ +if (VCPKG_HOST_IS_LINUX) + message(WARNING "gamedev-framework requires gcc version 8.3 or later.") +endif() + vcpkg_fail_port_install( ON_ARCH "arm" ) @@ -6,8 +10,8 @@ vcpkg_from_github( OUT_SOURCE_PATH SOURCE_PATH REPO GamedevFramework/gf HEAD_REF master - REF v0.18.1 - SHA512 7d027bc9c56ad60e242f44c40e79039a0b95fb01b805cba529089a9a7e4e3ca79986d05f6906653065b96cc39d9d9e79aeafb72524453508468a30d6cf7609cf + REF v0.20.0 + SHA512 57b0e87f8713268d7bd4e68fb65f57715af6617582e3ce342a10a66f2ebfeeacdd11e1df0abbd13a2d1d9e6222def94bcf7b522ef5411043668e4c6f0fea1dd7 ) vcpkg_configure_cmake( diff --git a/ports/gamedev-framework/vcpkg.json b/ports/gamedev-framework/vcpkg.json index c1fcc0fb0..fe42c33a4 100644 --- a/ports/gamedev-framework/vcpkg.json +++ b/ports/gamedev-framework/vcpkg.json @@ -1,11 +1,11 @@ { "name": "gamedev-framework", - "version-string": "0.18.1", + "version-semver": "0.20.0", "maintainers": [ "Julien Bernard <julien.bernard@univ-fcomte.fr>", "Arthur Hugeat <hugeat.arthur@gmail.com>" ], - "description": "gf is a framework to build 2D games in C++14", + "description": "gamedev-framework is a framework to build 2D games in C++17", "homepage": "https://gamedevframework.github.io/", "license": "Zlib", "supports": "!arm", |
