nano: update to 2.2.0

This commit is contained in:
Juergen Daubert 2009-12-11 15:37:56 +01:00
parent 4817a5c0c5
commit 97c82ef733
3 changed files with 4 additions and 4 deletions

View File

@ -5,3 +5,4 @@ drwxr-xr-x root/root usr/man/
drwxr-xr-x root/root usr/man/man1/
-rw-r--r-- root/root usr/man/man1/nano.1.gz
drwxr-xr-x root/root usr/man/man5/
-rw-r--r-- root/root usr/man/man5/nanorc.5.gz

View File

@ -1 +1 @@
2be94dc43fb60fff4626a2401a977220 nano-2.0.9.tar.gz
b34ea8fac9563b0485f39a065b5893bf nano-2.2.0.tar.gz

View File

@ -4,9 +4,9 @@
# Packager: Simone Rota, sip at crux dot nu
name=nano
version=2.0.9
version=2.2.0
release=1
source=(http://www.nano-editor.org/dist/v2.0/$name-$version.tar.gz)
source=(http://www.nano-editor.org/dist/v2.2/$name-$version.tar.gz)
build(){
cd $name-$version
@ -16,4 +16,3 @@ build(){
rm -r $PKG/usr/share
rm $PKG/usr/bin/rnano $PKG/usr/man/man1/rnano.1
}