diff options
| -rw-r--r-- | meta-oe/recipes-support/nano/nano_8.6.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/nano/nano_8.6.bb b/meta-oe/recipes-support/nano/nano_8.6.bb index 8056456a0f..e45c6df757 100644 --- a/meta-oe/recipes-support/nano/nano_8.6.bb +++ b/meta-oe/recipes-support/nano/nano_8.6.bb | |||
| @@ -15,7 +15,7 @@ PV_MAJOR = "${@d.getVar('PV').split('.')[0]}" | |||
| 15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" | 15 | SRC_URI = "https://nano-editor.org/dist/v${PV_MAJOR}/nano-${PV}.tar.xz" |
| 16 | SRC_URI[sha256sum] = "f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619" | 16 | SRC_URI[sha256sum] = "f7abfbf0eed5f573ab51bd77a458f32d82f9859c55e9689f819d96fe1437a619" |
| 17 | 17 | ||
| 18 | UPSTREAM_CHECK_URI = "https://ftp.gnu.org/gnu/nano" | 18 | UPSTREAM_CHECK_URI = "${GNU_MIRROR}/nano" |
| 19 | 19 | ||
| 20 | inherit autotools gettext pkgconfig | 20 | inherit autotools gettext pkgconfig |
| 21 | 21 | ||
