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 4eabbd20e..6d7585008 100644 --- a/community/plan9port/PKGBUILD +++ b/community/plan9port/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 57586 2011-10-31 07:11:36Z cbrannon $ +# $Id: PKGBUILD 61945 2012-01-11 11:46:30Z cbrannon $ # Contributor: phrakture <aaronmgriffin--gmail--com> # Contributor: Fazlul Shahriar # Contributor: Chris Brannon <cmbrannon79@gmail.com> pkgname=plan9port -pkgver=20111026 +pkgver=20120106 pkgrel=1 pkgdesc="A port of many programs from Plan 9 to Unix-like operating systems" arch=('i686' 'x86_64') @@ -48,5 +48,5 @@ build() rm -f $i done } -md5sums=('4aa76e73fcb9f716165dd628d052cd58' +md5sums=('7e9ebe75c07a02b1710ee80ce0c4ac65' '9695eb15a247e23140e8a35ff52a5c20') |