libnetfilter-cthelper: add UPSTREAM_CHECK variables

Fixes:
$ devtool latest-version libnetfilter-cthelper
...
INFO: Current version: 1.0.1
INFO: Latest version:

Signed-off-by: Ankur Tyagi <ankur.tyagi85@gmail.com>
Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com>
This commit is contained in:
Ankur Tyagi
2026-08-18 17:01:14 +12:00
committed by Khem Raj
parent cd7f93c32e
commit 204be38862
@@ -15,3 +15,6 @@ SRC_URI[sha256sum] = "14073d5487233897355d3ff04ddc1c8d03cc5ba8d2356236aa88161a9f
S = "${UNPACKDIR}/libnetfilter_cthelper-${PV}"
inherit autotools pkgconfig
UPSTREAM_CHECK_URI = "https://www.netfilter.org/pub/libnetfilter_cthelper/"
UPSTREAM_CHECK_REGEX = "libnetfilter_cthelper-(?P<pver>\d+(\.\d+)+)\.tar\.bz2"