ntfs-3g-ntfsprogs: update UPSTREAM_CHECK_GITTAGREGEX

Update UPSTREAM_CHECK_GITTAGREGEX to check the correct latest stable
verison.

Before the patch:
$ devtool latest-version ntfs-3g-ntfsprogs
INFO: Current version: 2022.10.3
INFO: Latest version: 20070925
INFO: Latest version's commit: e859b1b1099d6fb8080f84db7f3790ab2bdc92e4

$ devtool latest-version ntfs-3g-ntfsprogs
INFO: Current version: 2022.10.3
INFO: Latest version: 2022.10.3
INFO: Latest version's commit: 78414d93613532fd82f3a82aba5d4a1c32898781

Signed-off-by: Yi Zhao <yi.zhao@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Yi Zhao 2026-03-17 23:28:31 +08:00 committed by Khem Raj
parent 87e26e4769
commit fe64fb0496
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -12,8 +12,7 @@ SRC_URI = "git://github.com/tuxera/ntfs-3g;protocol=https;branch=edge;tag=${PV}
" "
SRCREV = "78414d93613532fd82f3a82aba5d4a1c32898781" SRCREV = "78414d93613532fd82f3a82aba5d4a1c32898781"
UPSTREAM_CHECK_URI = "https://github.com/tuxera/ntfs-3g/releases" UPSTREAM_CHECK_GITTAGREGEX = "(?P<pver>\d+(\.\d+)+)"
UPSTREAM_CHECK_REGEX = "releases/tag/(?P<pver>\d+(\.\d+)+)"
inherit autotools pkgconfig inherit autotools pkgconfig