aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2010-06-02 09:00:52 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2010-06-02 09:01:03 +0000
commit0c82636586059d2095b8497877ecf4377e574f3b (patch)
tree87ec332196e0daf093a4a50e226243ed45e53000
parent71cd616196e544e791ae39f7fdd2684b01f6cb92 (diff)
downloadalpine_aports-0c82636586059d2095b8497877ecf4377e574f3b.tar.bz2
alpine_aports-0c82636586059d2095b8497877ecf4377e574f3b.tar.xz
alpine_aports-0c82636586059d2095b8497877ecf4377e574f3b.zip
main/nano: security upgrade to 2.2.4
-rw-r--r--main/nano/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD
index 233a6739eb..298280c2c9 100644
--- a/main/nano/APKBUILD
+++ b/main/nano/APKBUILD
@@ -1,7 +1,7 @@
1# Contributor: ms13sp <ms13sp@gmail.com> 1# Contributor: ms13sp <ms13sp@gmail.com>
2# Maintainer: ms13sp <ms13sp@gmail.com> 2# Maintainer: ms13sp <ms13sp@gmail.com>
3pkgname=nano 3pkgname=nano
4pkgver=2.2.2 4pkgver=2.2.4
5pkgrel=0 5pkgrel=0
6pkgdesc="Text Editor. GNU nano is designed to be a free replacement for the Pico text editor." 6pkgdesc="Text Editor. GNU nano is designed to be a free replacement for the Pico text editor."
7url="http://www.nano-editor.org/" 7url="http://www.nano-editor.org/"
@@ -30,4 +30,4 @@ package() {
30 make DESTDIR="$pkgdir" install 30 make DESTDIR="$pkgdir" install
31} 31}
32 32
33md5sums="7e3fa2c9877664f377372ef378b9f230 nano-2.2.2.tar.gz" 33md5sums="6304308afb1f7ef4a5e93eb99206632a nano-2.2.4.tar.gz"