From 86aed531452f885bb91787e2ae70b7bc227d1dbf Mon Sep 17 00:00:00 2001 From: Bernd Kuhls Date: Sun, 7 Dec 2025 15:42:19 +0100 Subject: [PATCH] package/ogre: bump version to 14.4.1 Release notes: https://github.com/OGRECave/ogre/blob/v14.4.1/Docs/14-Notes.md https://github.com/OGRECave/ogre/blob/v14.4.1/Docs/13-Notes.md "The versioning scheme changed with this release. This is the successor to Ogre 1.12 and the porting efforts are comparable with porting from 1.11 to 1.12." Signed-off-by: Bernd Kuhls Signed-off-by: Julien Olivain --- package/ogre/ogre.hash | 2 +- package/ogre/ogre.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package/ogre/ogre.hash b/package/ogre/ogre.hash index 963c521eaa..138885dc3b 100644 --- a/package/ogre/ogre.hash +++ b/package/ogre/ogre.hash @@ -1,3 +1,3 @@ # sha256 locally computed -sha256 85d80ad2afe5e59b0ee8593f8bedbab8377a6772f21de310717798f6ca96010f ogre-v1.12.12-git4.tar.gz +sha256 ed3b48a3305ef53e21dac72f7a3abf07503510c93dc091f69baed3cefd9c0efc ogre-v14.4.1-git4.tar.gz sha256 82758e8d1d72139904b9b7472ef0f6544413d2871b58540307fdcc20e473e5f8 LICENSE diff --git a/package/ogre/ogre.mk b/package/ogre/ogre.mk index 3fd2fc4650..4e5d5f6d72 100644 --- a/package/ogre/ogre.mk +++ b/package/ogre/ogre.mk @@ -4,7 +4,7 @@ # ################################################################################ -OGRE_VERSION = v1.12.12 +OGRE_VERSION = v14.4.1 OGRE_SITE = https://github.com/OGRECave/ogre OGRE_SITE_METHOD = git OGRE_LICENSE = MIT (main library, DeferredShadingMedia samples), Public Domain (samples and plugins)