mariadb: revert to 11.4.3 and addon (5)

This reverts commit 0e8535cc3e69302584a3e72f84a2e0e67ad30d81.
mariadb is failing with thread_stack size in 11.4.4 and 11.4.5
This commit is contained in:
Rudi Heitbaum 2025-02-09 01:02:46 +00:00
parent eda8422184
commit e7e18f9d85

View File

@ -2,9 +2,9 @@
# Copyright (C) 2018-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="mariadb"
PKG_VERSION="11.4.5"
PKG_REV="4"
PKG_SHA256="ff6595f8c482f9921e39b97fa1122377a69f0dcbd92553c6b9032cbf0e9b5354"
PKG_VERSION="11.4.3"
PKG_REV="5"
PKG_SHA256="6f0017b9901bb1897de0eed21caef9ffa9d66ef559345a0d8a6f011308413ece"
PKG_LICENSE="GPL2"
PKG_SITE="https://mariadb.org"
PKG_URL="https://archive.mariadb.org/${PKG_NAME}-${PKG_VERSION}/source/${PKG_NAME}-${PKG_VERSION}.tar.gz"