diff options
Diffstat (limited to 'main')
-rw-r--r-- | main/nano/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/nano/APKBUILD b/main/nano/APKBUILD index cf7331120..233a6739e 100644 --- a/main/nano/APKBUILD +++ b/main/nano/APKBUILD @@ -1,7 +1,7 @@ # Contributor: ms13sp <ms13sp@gmail.com> # Maintainer: ms13sp <ms13sp@gmail.com> pkgname=nano -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=0 pkgdesc="Text Editor. GNU nano is designed to be a free replacement for the Pico text editor." url="http://www.nano-editor.org/" @@ -30,4 +30,4 @@ package() { make DESTDIR="$pkgdir" install } -md5sums="12eb7808ab1b8df4d20e87df22c38143 nano-2.2.1.tar.gz" +md5sums="7e3fa2c9877664f377372ef378b9f230 nano-2.2.2.tar.gz" |