nano: update UPSTREAM_CHECK_URI

Update UPSTREAM_CHECK_URI to check the correct latest stable verison.

Before the patch:
$ devtool latest-version nano
INFO: Current version: 8.6
INFO: Latest version:

After the patch:
$ devtool latest-version nano
INFO: Current version: 8.6
INFO: Latest version: 8.6

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 2025-11-12 21:44:00 +08:00 committed by Khem Raj
parent e066479109
commit a582f6250f
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -15,7 +15,7 @@ PV_MAJOR = "${@d.getVar('PV').split('.')[0]}"
SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
SRC_URI[sha256sum] = "f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619"
UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano"
inherit autotools gettext pkgconfig