mirror of
git://git.openembedded.org/meta-openembedded
synced 2025-12-31 13:38:06 +00:00
hstr: add UPSTREAM_CHECK_URI
Add UPSTREAM_CHECK_URI and UPSTREAM_CHECK_REGEX to check the correct latest stable verison. Before the patch: $ devtool latest-version hstr INFO: Current version: 3.1.0 INFO: Latest version: After the patch: $ devtool latest-version hstr INFO: Current version: 3.1.0 INFO: Latest version: 3.1 Signed-off-by: Yi Zhao <yi.zhao@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
540114e5fa
commit
57d1a1abec
@ -14,4 +14,7 @@ S = "${UNPACKDIR}/${BPN}"
|
||||
|
||||
SRC_URI[sha256sum] = "4dabf61f045f022bac8bc909e5fd96041af6c53df56d97dfa3cfbf49af4453a5"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://github.com/dvorka/hstr/releases"
|
||||
UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)"
|
||||
|
||||
inherit autotools pkgconfig bash-completion
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user