🎉 Added OGRE 13.2.4

This commit is contained in:
Edgar 2021-12-28 14:48:52 +01:00
parent 3f6b792b8d
commit 18bc3e7c21
No known key found for this signature in database
GPG Key ID: 17D930BB616061A5
6 changed files with 9 additions and 9 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
build/
tmp/
upload.*
.idea/
.idea/

View File

@ -1,12 +1,12 @@
sources:
"13.2.0":
url: "https://github.com/OGRECave/ogre/archive/refs/tags/v13.2.0.tar.gz"
sha256: "1bcac0915116c6fa2435f30a016b0225d146785481c927b70d995ea459de5b6a"
"13.2.4":
url: "https://github.com/OGRECave/ogre/archive/refs/tags/v13.2.4.tar.gz"
sha256: "210abe551ca375a79eb45a3802e874108055999fa7292365734689a159dec4b3"
patches:
"13.2.0":
- patch_file: "patches/13.2.0/CMakeLists.txt.patch"
- patch_file: "patches/13.2.0/pugixml-fix.patch"
- patch_file: "patches/13.2.0/FindPkgMacros.cmake.patch"
"13.2.4":
- patch_file: "patches/13.2.4/CMakeLists.txt.patch"
- patch_file: "patches/13.2.4/pugixml-fix.patch"
- patch_file: "patches/13.2.4/FindPkgMacros.cmake.patch"
requirements:
- "zlib/[1.x]"
- "zziplib/[0.13.x]"

View File

@ -3,5 +3,5 @@ versions:
folder: "1.11"
"1.12.13":
folder: "1.12"
"13.2.0":
"13.2.4":
folder: "13"