Browse Source

nano: fix upstream check URL

Fixes:

$: devtool check-upgrade-status nano
<...>

INFO: nano                      4.4             UNKNOWN_BROKEN  None

Signed-off-by: Pierre-Jean Texier <pjtexier@koncepto.io>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Pierre-Jean Texier 4 years ago
parent
commit
34f89a5936
1 changed files with 2 additions and 0 deletions
  1. 2 0
      meta-oe/recipes-support/nano/nano_4.4.bb

+ 2 - 0
meta-oe/recipes-support/nano/nano_4.4.bb

@@ -15,6 +15,8 @@ SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz"
 SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb"
 SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7"
 
+UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano"
+
 inherit autotools gettext pkgconfig
 
 PACKAGECONFIG[tiny] = "--enable-tiny,"