diff options
-rw-r--r-- | meta-oe/recipes-support/nano/nano_4.1.bb (renamed from meta-oe/recipes-support/nano/nano_4.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/nano/nano_4.0.bb b/meta-oe/recipes-support/nano/nano_4.1.bb index 3d7921a375..1fe36cdb0e 100644 --- a/meta-oe/recipes-support/nano/nano_4.0.bb +++ b/meta-oe/recipes-support/nano/nano_4.1.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] = "2de3e8a60ecf09649e316e89be2aac65" | 15 | SRC_URI[md5sum] = "235eaf7d27db3c3679b2054361ff6181" |
16 | SRC_URI[sha256sum] = "1e2fcfea35784624a7d86785768b772d58bb3995d1aec9176a27a113b1e9bac3" | 16 | SRC_URI[sha256sum] = "86bde596a038d6fde619b49d785c0ebf0b3eaa7001a39dbe9316bd5392d221d0" |
17 | 17 | ||
18 | inherit autotools gettext pkgconfig | 18 | inherit autotools gettext pkgconfig |
19 | 19 | ||