Merge pull request #7156 from heitbaum/nano

nano: update to 7.0
This commit is contained in:
CvH 2022-11-20 08:14:39 +01:00 committed by GitHub
commit f78868bb29
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,11 +3,11 @@
# Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="nano"
PKG_VERSION="6.4"
PKG_SHA256="4199ae8ca78a7796de56de1a41b821dc47912c0307e9816b56cc317df34661c0"
PKG_VERSION="7.0"
PKG_SHA256="8dd6eac38b2b8786d82681f0e1afd84f6b75210d17391b6443c437e451552149"
PKG_LICENSE="GPL"
PKG_SITE="https://www.nano-editor.org/"
PKG_URL="https://www.nano-editor.org/dist/v6/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_URL="https://www.nano-editor.org/dist/v${PKG_VERSION%%.*}/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain ncurses"
PKG_LONGDESC="Nano is an enhanced clone of the Pico text editor."