From 18bc3e7c21fe6810ce9ce99e10a752215ca27c4e Mon Sep 17 00:00:00 2001 From: Edgar Date: Tue, 28 Dec 2021 14:48:52 +0100 Subject: [PATCH] :tada: Added OGRE 13.2.4 --- .gitignore | 2 +- ogre/13/conandata.yml | 14 +++++++------- .../{13.2.0 => 13.2.4}/CMakeLists.txt.patch | 0 .../{13.2.0 => 13.2.4}/FindPkgMacros.cmake.patch | 0 .../patches/{13.2.0 => 13.2.4}/pugixml-fix.patch | 0 ogre/config.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) rename ogre/13/patches/{13.2.0 => 13.2.4}/CMakeLists.txt.patch (100%) rename ogre/13/patches/{13.2.0 => 13.2.4}/FindPkgMacros.cmake.patch (100%) rename ogre/13/patches/{13.2.0 => 13.2.4}/pugixml-fix.patch (100%) diff --git a/.gitignore b/.gitignore index ccbdf5b..28c476e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ build/ tmp/ upload.* -.idea/ +.idea/ \ No newline at end of file diff --git a/ogre/13/conandata.yml b/ogre/13/conandata.yml index aeba643..b8ae377 100644 --- a/ogre/13/conandata.yml +++ b/ogre/13/conandata.yml @@ -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]" diff --git a/ogre/13/patches/13.2.0/CMakeLists.txt.patch b/ogre/13/patches/13.2.4/CMakeLists.txt.patch similarity index 100% rename from ogre/13/patches/13.2.0/CMakeLists.txt.patch rename to ogre/13/patches/13.2.4/CMakeLists.txt.patch diff --git a/ogre/13/patches/13.2.0/FindPkgMacros.cmake.patch b/ogre/13/patches/13.2.4/FindPkgMacros.cmake.patch similarity index 100% rename from ogre/13/patches/13.2.0/FindPkgMacros.cmake.patch rename to ogre/13/patches/13.2.4/FindPkgMacros.cmake.patch diff --git a/ogre/13/patches/13.2.0/pugixml-fix.patch b/ogre/13/patches/13.2.4/pugixml-fix.patch similarity index 100% rename from ogre/13/patches/13.2.0/pugixml-fix.patch rename to ogre/13/patches/13.2.4/pugixml-fix.patch diff --git a/ogre/config.yml b/ogre/config.yml index 0b39d80..ca813e2 100644 --- a/ogre/config.yml +++ b/ogre/config.yml @@ -3,5 +3,5 @@ versions: folder: "1.11" "1.12.13": folder: "1.12" - "13.2.0": + "13.2.4": folder: "13" \ No newline at end of file