⬆️ Updated OGRE to 13.5.1

This commit is contained in:
Edgar 2022-11-06 17:52:41 +00:00 committed by GitHub
parent 4ab521cf9f
commit 06c8dbc79b
3 changed files with 8 additions and 1 deletions

View File

@ -26,6 +26,9 @@ sources:
"13.5.0":
url: "https://github.com/OGRECave/ogre/archive/refs/tags/v13.5.0.tar.gz"
sha256: "94d514d03d421c43af09e916ecd127685e15afed62e2f4cde8949b7818bc4900"
"13.5.1":
url: "https://github.com/OGRECave/ogre/archive/refs/tags/v13.5.1.tar.gz"
sha256: "ce7e0c65d3395ad214567bdd616ee20df16769f452f1fd3e1ac6c5970890df81"
patches:
"13.2.4":
- patch_file: "patches/13.2.4/pugixml-fix.patch"
@ -54,3 +57,6 @@ patches:
"13.5.0":
- patch_file: "patches/13.3.1/pugixml-fix.patch"
- patch_file: "patches/13.3.1/FindPkgMacros.cmake.patch"
"13.5.1":
- patch_file: "patches/13.3.1/pugixml-fix.patch"
- patch_file: "patches/13.3.1/FindPkgMacros.cmake.patch"

View File

@ -35,6 +35,7 @@ class OGREConan(ConanFile):
self.requires("cg-toolkit/3.1@anotherfoxguy/stable")
self.requires("pugixml/[1.x]")
self.requires("libpng/1.6.38")
self.requires("sdl/[2.x]")
if self.settings.os == "Windows":
self.requires("directx-sdk/9.0@anotherfoxguy/stable")

View File

@ -1,3 +1,3 @@
versions:
"13.5.0":
"13.5.1":
folder: "13"