diff options
Diffstat (limited to 'extra/mono/PKGBUILD')
-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() { |