diff options
author | root <root@rshg054.dnsready.net> | 2011-10-24 23:14:47 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-10-24 23:14:47 +0000 |
commit | 0d7bab226067a44a9f1b978924e8201a3fa60764 (patch) | |
tree | 7c17a659e61f8c790e75160fcecc9a9f63df2500 /community/mongodb/PKGBUILD | |
parent | c0bc46632845dfc241d3290d8d3193287eaeb02e (diff) |
Mon Oct 24 23:14:47 UTC 2011
Diffstat (limited to 'community/mongodb/PKGBUILD')
-rw-r--r-- | community/mongodb/PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index 22c2e27d1..f0636c120 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -3,7 +3,7 @@ # Contributor: Alec Thomas pkgname=mongodb -pkgver=2.0.0 +pkgver=2.0.1 pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database.' arch=('i686' 'x86_64') @@ -17,7 +17,7 @@ install="mongodb.install" source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz" 'mongodb.rc' 'mongodb.conf') -md5sums=('52763985c13e06d85bc125c7d3eb03d9' +md5sums=('cb8579074b7c9752eb382a2094ac4523' '9c67e00f4626ad761a8f7d4e037a54d7' '4839fe1d638187ca3226e8267b947318') |