🐛 Fixed OGRE plugin compatibility

This commit is contained in:
2021-09-15 17:28:36 +02:00
parent 4e871901dc
commit 44cda183ed
10 changed files with 74 additions and 47 deletions

View File

@ -1,9 +1,14 @@
sources:
"1.2.1":
"1.2.0":
url: "https://github.com/OGRECave/ogre-pagedgeometry/archive/7c9295f771e8c7973efc04d53283978ccd44fc9b.zip"
sha256: "513043eecf1aaf6f8b2335c953b0664128aa492007fe3d93068e5f4be436093a"
"1.3.0":
url: "https://github.com/OGRECave/ogre-pagedgeometry/archive/18ca8a0abd26cb5d52b99ad8e8fa0c8f7e6e7d79.zip"
sha256: "4a3d97d75f7417208403bd0f5e8c3b010ae0dd9a36968f78ecc5cd0161b2ddb9"
patches:
"1.2.1":
- patch_file: "patches/1.2.1/CMakeLists.txt.patch"
"1.2.0":
- patch_file: "patches/1.2.0/CMakeLists.txt.patch"
"1.3.0":
- patch_file: "patches/1.3.0/CMakeLists.txt.patch"
requirements:
- "ogre3d/[1.x]@anotherfoxguy/stable"