diff options
author | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-16 03:37:59 +0000 |
---|---|---|
committer | Nicolás Reynolds <fauno@endefensadelsl.org> | 2014-01-16 03:37:59 +0000 |
commit | b296a78e1469d58c52acc47586bd5bb84f25fc0f (patch) | |
tree | a7bd50ca00f66f43ab58a4e79740737a82cf6991 /community/mongodb | |
parent | 154321f7346db5c32dbdf9c730735969eabbd88f (diff) |
Thu Jan 16 03:32:12 UTC 2014
Diffstat (limited to 'community/mongodb')
-rw-r--r-- | community/mongodb/PKGBUILD | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/community/mongodb/PKGBUILD b/community/mongodb/PKGBUILD index e7dda9909..1d6ecb8c5 100644 --- a/community/mongodb/PKGBUILD +++ b/community/mongodb/PKGBUILD @@ -1,4 +1,4 @@ -# $Id: PKGBUILD 102260 2013-12-07 10:36:45Z bpiotrowski $ +# $Id: PKGBUILD 104064 2014-01-15 03:02:11Z fyan $ # Maintainer: Felix Yan <felixonmars@gmail.com> # Contributor: Sven-Hendrik Haase <sh@lutzhaase.com> # Contributor: Thomas Dziedzic < gostrc at gmail > @@ -6,8 +6,8 @@ # Contributor: Alec Thomas pkgname=mongodb -pkgver=2.4.8 -pkgrel=2 +pkgver=2.4.9 +pkgrel=1 pkgdesc='A high-performance, open source, schema-free document-oriented database' arch=('i686' 'x86_64') url='http://www.mongodb.org' @@ -65,8 +65,8 @@ package() { --sharedclient \ --full \ --prefix="$pkgdir/usr" - # --use-system-v8 # --use-sasl-client + # --use-system-v8 install -Dm644 "$srcdir/mongodb.conf" "$pkgdir/etc/mongodb.conf" install -Dm644 "$srcdir/mongodb.service" "$pkgdir/usr/lib/systemd/system/mongodb.service" @@ -74,7 +74,7 @@ package() { install -dm755 "$pkgdir/var/log/mongodb" } -sha512sums=('33202f101d00c796253c5fd333242ce2c5399352bf325e0af1df92d9c291d7a768bbed56f7b7fccfaa3cea2385cec941bd05cb27a635ca034485bd39ef4129a1' +sha512sums=('f9991b30eebdc13e04b553ea9c133f73cb7c0d034ae94e6293a28f3c40e8c93d3e63257e20ff801dfd586a22c95ca52551da8517d0e25534dda62f3ed650aa23' '05dead727d3ea5fe8af1a3c3888693f6b3e2b8cb7f197a5d793352e10d2c524e96c9a5c55ad2e88c1114643a9612ec0b26a2574b48a5260a9b51ec8941461f1c' '177251404b2e818ae2b546fe8b13cb76e348c99e85c7bef22a04b0f07b600fd515a309ede50214f4198594388a6d2b31f46e945b9dae84aabb4dfa13b1123bb9' 'e709f76fa71a10d6b72d2eeae65d715e0a0a7e6cb93704114f22db8662d7102de77bd1e6706049351beb159aaa04548cfe4b14fe6ee498a166c5ad54c8275f84') |