diff options
Diffstat (limited to 'community/plan9port/PKGBUILD')
-rw-r--r-- | community/plan9port/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/plan9port/PKGBUILD b/community/plan9port/PKGBUILD index 02455c007..71c6261a9 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 61945 2012-01-11 11:46:30Z cbrannon $ +# $Id: PKGBUILD 68148 2012-03-18 18:26:06Z cbrannon $ # Contributor: phrakture <aaronmgriffin--gmail--com> # Contributor: Fazlul Shahriar # Contributor: Chris Brannon <cmbrannon79@gmail.com> pkgname=plan9port -pkgver=20120106 +pkgver=20120307 pkgrel=1 pkgdesc="A port of many programs from Plan 9 to Unix-like operating systems" arch=('i686' 'x86_64' 'mips64el') @@ -48,5 +48,5 @@ build() rm -f $i done } -md5sums=('7e9ebe75c07a02b1710ee80ce0c4ac65' +md5sums=('c806d048788b6beb65efd9f5179f1192' '9695eb15a247e23140e8a35ff52a5c20') |