diff options
-rw-r--r-- | meta-oe/recipes-support/nano/nano_4.4.bb (renamed from meta-oe/recipes-support/nano/nano_4.3.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.3.bb b/meta-oe/recipes-support/nano/nano_4.4.bb index aa773bf753..18121be06e 100644 --- a/meta-oe/recipes-support/nano/nano_4.3.bb +++ b/meta-oe/recipes-support/nano/nano_4.4.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] = "23f4f7b5c0d1f04ad555960dc294f2b8" | 15 | SRC_URI[md5sum] = "9650dd3eb0adbab6aaa748a6f1398ccb" |
16 | SRC_URI[sha256sum] = "00d3ad1a287a85b4bf83e5f06cedd0a9f880413682bebd52b4b1e2af8cfc0d81" | 16 | SRC_URI[sha256sum] = "2af222e0354848ffaa3af31b5cd0a77917e9cb7742cd073d762f3c32f0f582c7" |
17 | 17 | ||
18 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||