mirror of
https://gitdl.cn/https://github.com/chakralinux/desktop.git
synced 2025-02-03 11:17:14 +08:00
nano: update to 2.8.4
This commit is contained in:
parent
e94202f2dc
commit
ea0a225c11
@ -1,17 +1,17 @@
|
||||
pkgname=nano
|
||||
pkgver=2.8.3
|
||||
pkgver=2.8.4
|
||||
_mainver=2.8
|
||||
pkgrel=1
|
||||
pkgdesc="Pico editor clone with enhancements"
|
||||
arch=('x86_64')
|
||||
license=('GPL')
|
||||
url="http://www.nano-editor.org"
|
||||
url="https://www.nano-editor.org"
|
||||
groups=('base')
|
||||
depends=('glibc' 'ncurses' 'sh')
|
||||
source=(http://www.nano-editor.org/dist/v${_mainver}/nano-${pkgver}.tar.gz)
|
||||
backup=(etc/nanorc)
|
||||
install=nano.install
|
||||
md5sums=('22dd0444d59928bede334811a9e7b04e')
|
||||
md5sums=('e2a6bfc054d1f535b723f93eb73e5f77')
|
||||
|
||||
build() {
|
||||
cd ${srcdir}/${pkgname}-${pkgver}
|
||||
|
Loading…
Reference in New Issue
Block a user