diff options
author | root <root@rshg054.dnsready.net> | 2011-12-15 23:15:01 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2011-12-15 23:15:01 +0000 |
commit | ac25f0b5aaf7aff394a8df695be995ec8463e264 (patch) | |
tree | 040d788c6c53b1f114363d01336bafa980a942ee /community/mongodb | |
parent | f96b67a7733c348213a216ba6472d43614b44f04 (diff) |
Thu Dec 15 23:15:01 UTC 2011
Diffstat (limited to 'community/mongodb')
-rw-r--r-- | community/mongodb/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index a6bf28442..2330362dd 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -3,8 +3,8 @@ # Contributor: Alec Thomas pkgname=mongodb -pkgver=2.0.1 -pkgrel=4 +pkgver=2.0.2 +pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database.' arch=('i686' 'x86_64') url='http://www.mongodb.org' @@ -18,7 +18,7 @@ install="mongodb.install" source=("http://downloads.mongodb.org/src/mongodb-src-r${pkgver}.tar.gz" 'mongodb.rc' 'mongodb.conf') -md5sums=('cb8579074b7c9752eb382a2094ac4523' +md5sums=('5dcf819249955a3e9cc61a341e45403a' '9c67e00f4626ad761a8f7d4e037a54d7' '4839fe1d638187ca3226e8267b947318') |