smarty: update 5.4.3 -> 5.4.5

Changelog:
============
- Update StringEval.php
- Fix syntax error occurring when registering a function plugin
- Replace SMARTY_VERSION constant with $smarty.version in debug.tpl

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Wang Mingyu
2025-04-22 16:49:20 +08:00
committed by Khem Raj
parent fdfcda56b5
commit ae8b11e0ed
@@ -10,9 +10,9 @@ BUGTRACKER = "https://github.com/smarty-php/smarty/issues"
LICENSE = "GPL-3.0-only"
LIC_FILES_CHKSUM = "file://LICENSE;md5=2c0f216b2120ffc367e20f2b56df51b3"
SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master"
SRC_URI = "git://github.com/smarty-php/smarty.git;protocol=https;branch=master;tag=v${PV}"
SRCREV = "c6bff5795081ca5e60aabda59fb87daa511acd1e"
SRCREV = "e26f82d02c4d18fc82094c28fbc65f711e39ed5d"
S = "${UNPACKDIR}/git"