mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 01:59:00 +08:00
[godot-cpp] Update to 4.3 (#41246)
Co-authored-by: LilyWangLL <4945507022qq.com>
This commit is contained in:
parent
2071237e14
commit
cb0934f1da
@ -6,7 +6,7 @@ index e715102..b000066 100644
|
||||
# Todo
|
||||
# Test build for Windows, Mac and mingw.
|
||||
|
||||
-cmake_minimum_required(VERSION 3.12)
|
||||
-cmake_minimum_required(VERSION 3.13)
|
||||
+cmake_minimum_required(VERSION 3.19)
|
||||
project(godot-cpp LANGUAGES CXX)
|
||||
|
||||
|
@ -1,11 +1,10 @@
|
||||
|
||||
vcpkg_check_linkage(ONLY_STATIC_LIBRARY)
|
||||
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO "godotengine/godot-cpp"
|
||||
REF "godot-${VERSION}-stable"
|
||||
SHA512 "820e07ffb0545324f01598898bb342d7e143dcc8b83818824e7e1bc22937d3e8016b435f1ec085ebaae8b26e6f6dfb5500f120089316fc0f0c4153c340226941"
|
||||
SHA512 "4012e2c8cbdbccf5362b139a6318785af6e2cfdc99848734d5e3825afba8b8a46cdd7fff63887e2503cf3195efe79c0bd39a900b535322ab0fb51c3452dc07f5"
|
||||
HEAD_REF "master"
|
||||
PATCHES
|
||||
"packagable.patch"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "godot-cpp",
|
||||
"version": "4.2.1",
|
||||
"version": "4.3",
|
||||
"description": "C++ bindings for the Godot script API",
|
||||
"homepage": "https://github.com/godotengine/godot-cpp",
|
||||
"license": "MIT",
|
||||
|
@ -3189,7 +3189,7 @@
|
||||
"port-version": 8
|
||||
},
|
||||
"godot-cpp": {
|
||||
"baseline": "4.2.1",
|
||||
"baseline": "4.3",
|
||||
"port-version": 0
|
||||
},
|
||||
"google-cloud-cpp": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "561f56e438444e007a1b6abbcd77b33b6d64ff2c",
|
||||
"version": "4.3",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "3125afbc0a8a200f3a3213b8a4be710ad3190890",
|
||||
"version": "4.2.1",
|
||||
|
Loading…
Reference in New Issue
Block a user