exprtk: Use correct SRCREV pointing to 0.0.3 release

Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Khem Raj 2024-11-19 13:54:14 -08:00
parent 9085346c01
commit a7165a0e48
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -3,7 +3,7 @@ HOMEPAGE = "https://www.partow.net/programming/exprtk/index.html"
SECTION = "libs"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
SRCREV = "73c6cf60c06b0c370a4790e7acbdde63472853e8"
SRCREV = "a4b17d543f072d2e3ba564e4bc5c3a0d2b05c338"
SRC_URI = "git://github.com/ArashPartow/exprtk.git;branch=release;protocol=https"