diff options
author | root <root@rshg054.dnsready.net> | 2011-10-20 23:14:58 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-20 23:14:58 +0000 |
commit | 1b21445a8e9097b0bb0542ed847fbb1eb832848f (patch) | |
tree | de9d1c80c9330efe48f043d8c6cc059ad5640151 /extra/mono | |
parent | 1a136cf48dd7f710f38ff998182508f5a0d41c35 (diff) |
Thu Oct 20 23:14:58 UTC 2011
Diffstat (limited to 'extra/mono')
-rw-r--r-- | extra/mono/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/mono/PKGBUILD b/extra/mono/PKGBUILD index c25f2f01e..7bcbef6c2 100644 --- a/extra/mono/PKGBUILD +++ b/extra/mono/PKGBUILD @@ -1,9 +1,9 @@ -# $Id: PKGBUILD 137542 2011-09-09 07:16:56Z daniel $ +# $Id: PKGBUILD 140778 2011-10-19 07:11:57Z daniel $ # Maintainer: Daniel Isenmann <daniel@archlinux.org> # Contributor: Brice Carpentier <brice@dlfp.org> pkgname=mono -pkgver=2.10.5 +pkgver=2.10.6 pkgrel=1 pkgdesc="Free implementation of the .NET platform including runtime and compiler" arch=(i686 x86_64) @@ -16,7 +16,7 @@ provides=('monodoc') conflicts=('monodoc') source=(http://download.mono-project.com/sources/${pkgname}/${pkgname}-${pkgver}.tar.bz2 mono.rc.d) -md5sums=('1954f11932e82b2ae3b64b2ae9344d90' +md5sums=('c442cef4cd6668b0a1391a661f6815a9' '8315e46c6a6e9625502521fc0ad1a322') build() { |