diff options
-rw-r--r-- | meta-oe/recipes-support/nano/nano_4.9.2.bb (renamed from meta-oe/recipes-support/nano/nano_4.4.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.4.bb b/meta-oe/recipes-support/nano/nano_4.9.2.bb index c23ee047fa..2b236ba1eb 100644 --- a/meta-oe/recipes-support/nano/nano_4.4.bb +++ b/meta-oe/recipes-support/nano/nano_4.9.2.bb | |||
@@ -12,8 +12,8 @@ RDEPENDS_${PN} = "ncurses-terminfo-base" | |||
12 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | 12 | PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" |
13 | 13 | ||
14 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | 14 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" |
15 | SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb" | 15 | SRC_URI[md5sum] = "10df0100ebf4aa7bb4806428c11751eb" |
16 | SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7" | 16 | SRC_URI[sha256sum] = "d8a25eea942ecee2d57b8e037eb4b28f030f818b78773b8fcb994ed5835d2ef6" |
17 | 17 | ||
18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
19 | 19 | ||