diff options
Diffstat (limited to 'main/mg/APKBUILD')
-rw-r--r-- | main/mg/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/mg/APKBUILD b/main/mg/APKBUILD index 465b11982..18e910cac 100644 --- a/main/mg/APKBUILD +++ b/main/mg/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Lee Hinman <hinman@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mg -pkgver=20090107 +pkgver=20110103 pkgrel=0 pkgdesc="mg is Micro GNU/emacs, this is a portable version of the mg maintained by the OpenBSD team." url="http://homepage.boetes.org/software/mg" @@ -31,4 +31,4 @@ package() { make DESTDIR="$pkgdir" prefix=/usr mandir=/usr/share/man install } -md5sums="f25a139da44c3a2f760ffec531bd996e mg-20090107.tar.gz" +md5sums="41bb2f2979e9a98eb72828282ae2f2ea mg-20110103.tar.gz" |