diff options
-rw-r--r-- | meta-oe/recipes-support/nano/nano_5.0.bb (renamed from meta-oe/recipes-support/nano/nano_4.9.3.bb) | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.9.3.bb b/meta-oe/recipes-support/nano/nano_5.0.bb index 645b07b4ce..e97c01f141 100644 --- a/meta-oe/recipes-support/nano/nano_4.9.3.bb +++ b/meta-oe/recipes-support/nano/nano_5.0.bb | |||
@@ -12,8 +12,7 @@ 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] = "52137a960ae8b3ca6d7dab6767fe6e5f" | 15 | SRC_URI[sha256sum] = "7c0d94be69cd066f20df2868a2da02f7b1d416ce8d47c0850a8bd270897caa36" |
16 | SRC_URI[sha256sum] = "6e3438f033a0ed07d3d74c30d0803cbda3d2366ba1601b7bbf9b16ac371f51b4" | ||
17 | 16 | ||
18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
19 | 18 | ||