diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-01 19:49:24 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-02-01 19:49:24 +0000 |
commit | 108fc302bf8a38f49a50a8c8080be5e8beb5c6bf (patch) | |
tree | 8217e9715d0c94426c8b84f880fc9c638b70f506 /main/mg | |
parent | a9e31f4e4f063735f13fbfcfc1a9fc69386cfccc (diff) | |
download | aports-108fc302bf8a38f49a50a8c8080be5e8beb5c6bf.tar.bz2 aports-108fc302bf8a38f49a50a8c8080be5e8beb5c6bf.tar.xz |
main/mg: upgrade to 20110905
Diffstat (limited to 'main/mg')
-rw-r--r-- | main/mg/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/mg/APKBUILD b/main/mg/APKBUILD index bf7c3c4996..26a7199741 100644 --- a/main/mg/APKBUILD +++ b/main/mg/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Lee Hinman <hinman@gmail.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mg -pkgver=20110120 -pkgrel=1 +pkgver=20110905 +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" arch="all" @@ -33,4 +33,4 @@ package() { install -Dm644 tutorial "$pkgdir"/usr/share/doc/$pkgname/tutorial } -md5sums="f2fa8016a491aa2a9d4c5698c593f31b mg-20110120.tar.gz" +md5sums="2de35316fa8ebafe6003efaae70b723e mg-20110905.tar.gz" |