diff options
author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-12-19 03:32:02 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-12-18 08:23:14 -0800 |
commit | ce591a54e7b06bdbcc32a4b33d88e589a928c25b (patch) | |
tree | 3fdafae2e9f0d9450b1575c411023a9bbcec08a7 | |
parent | 0fb5d189e89177fc837bddb2821b0f9998cd0108 (diff) | |
download | meta-openembedded-ce591a54e7b06bdbcc32a4b33d88e589a928c25b.tar.gz |
nano: upgrade 5.3 -> 5.4
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-oe/recipes-support/nano/nano_5.4.bb (renamed from meta-oe/recipes-support/nano/nano_5.3.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_5.3.bb b/meta-oe/recipes-support/nano/nano_5.4.bb index 48e92de4cb..68c326b528 100644 --- a/meta-oe/recipes-support/nano/nano_5.3.bb +++ b/meta-oe/recipes-support/nano/nano_5.4.bb | |||
@@ -12,7 +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[sha256sum] = "c5c1cbcf622d9a96b6030d66409ed12b204e8bc01ef5e6554ebbe6fb1d734352" | 15 | SRC_URI[sha256sum] = "fe993408b22286355809ce48ebecc4444d19af8203ed4959d269969112ed86e9" |
16 | 16 | ||
17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 17 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" |
18 | 18 | ||