Merge pull request #6330 from heitbaum/pkg

nano: update to 6.2
This commit is contained in:
CvH 2022-03-28 12:04:19 +02:00 committed by GitHub
commit a2183ea244
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) # Copyright (C) 2019-present Team LibreELEC (https://libreelec.tv)
PKG_NAME="nano" PKG_NAME="nano"
PKG_VERSION="6.0" PKG_VERSION="6.2"
PKG_SHA256="93ac8cb68b4ad10e0aaeb80a2dd15c5bb89eb665a4844f7ad01c67efcb169ea2" PKG_SHA256="2bca1804bead6aaf4ad791f756e4749bb55ed860eec105a97fba864bc6a77cb3"
PKG_LICENSE="GPL" PKG_LICENSE="GPL"
PKG_SITE="http://www.nano-editor.org/" PKG_SITE="https://www.nano-editor.org/"
PKG_URL="http://ftpmirror.gnu.org/nano/${PKG_NAME}-${PKG_VERSION}.tar.xz" PKG_URL="https://www.nano-editor.org/dist/v6/${PKG_NAME}-${PKG_VERSION}.tar.xz"
PKG_DEPENDS_TARGET="toolchain ncurses" PKG_DEPENDS_TARGET="toolchain ncurses"
PKG_LONGDESC="Nano is an enhanced clone of the Pico text editor." PKG_LONGDESC="Nano is an enhanced clone of the Pico text editor."