mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-06-07 02:52:46 +08:00
[ogre-next] Update to 2.3.1 (#25889)
This commit is contained in:
parent
a425267b97
commit
b2a22ff59a
@ -10,8 +10,8 @@ endif()
|
||||
vcpkg_from_github(
|
||||
OUT_SOURCE_PATH SOURCE_PATH
|
||||
REPO OGRECave/ogre-next
|
||||
REF 10b56694f33fd6ead1c501eb90379bcac671d841 #v2.3.0
|
||||
SHA512 b2f1c55655582b2844b7c10cce965cc5268829a0702b09abcfe04fba8db00ad032f605d683c88811f77f9b7b4fb8a1095079f1a1c96bbe9fd022621f4ff4cf81
|
||||
REF e4c5f0f6d36c07af594e3ef143d017bda1581442 #v2.3.1
|
||||
SHA512 263a50b64defa7345a109a068cc17c347a696f83f64abc071256bb46571ed6b2ef94ee3480d90938cdb7f745d36a4c4890d82677d357c62c9a2956eae8d4ac15
|
||||
HEAD_REF master
|
||||
PATCHES
|
||||
toolchain_fixes.patch
|
||||
@ -113,7 +113,7 @@ if(VCPKG_TARGET_IS_WINDOWS)
|
||||
endif()
|
||||
|
||||
# Handle copyright
|
||||
file(INSTALL ${SOURCE_PATH}/COPYING DESTINATION ${CURRENT_PACKAGES_DIR}/share/${PORT} RENAME copyright)
|
||||
file(INSTALL "${SOURCE_PATH}/COPYING" DESTINATION "${CURRENT_PACKAGES_DIR}/share/${PORT}" RENAME copyright)
|
||||
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/include")
|
||||
file(REMOVE_RECURSE "${CURRENT_PACKAGES_DIR}/debug/share")
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ogre-next",
|
||||
"version": "2.3.0",
|
||||
"version": "2.3.1",
|
||||
"description": "Ogre 2.1 & 2.2 - scene-oriented, flexible 3D engine written in C++",
|
||||
"homepage": "https://github.com/OGRECave/ogre-next",
|
||||
"license": "MIT",
|
||||
|
@ -5089,7 +5089,7 @@
|
||||
"port-version": 8
|
||||
},
|
||||
"ogre-next": {
|
||||
"baseline": "2.3.0",
|
||||
"baseline": "2.3.1",
|
||||
"port-version": 0
|
||||
},
|
||||
"ois": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "41790e82daaddc561ebaf5ea9f589bd2e148e31a",
|
||||
"version": "2.3.1",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "0b1cca4f491d535e198fc79195bf357811b4122a",
|
||||
"version": "2.3.0",
|
||||
|
Loading…
Reference in New Issue
Block a user