X-Original-To: alpine-aports@lists.alpinelinux.org Received: from smtp6-g21.free.fr (smtp6-g21.free.fr [212.27.42.6]) by lists.alpinelinux.org (Postfix) with ESMTP id 43E3B5C62F3 for ; Sat, 8 Sep 2018 16:12:35 +0000 (GMT) Received: from alpine.my.domain (unknown [90.63.241.33]) (Authenticated sender: mvertes@free.fr) by smtp6-g21.free.fr (Postfix) with ESMTPSA id 2B847780316; Sat, 8 Sep 2018 16:12:31 +0000 (UTC) From: Marc Vertes To: alpine-aports@lists.alpinelinux.org Cc: Marc Vertes Subject: [alpine-aports] [PATCH] community/mongodb: upgrade to 4.0.2 Date: Sat, 8 Sep 2018 18:12:28 +0200 Message-Id: <20180908161228.14044-1-mvertes@free.fr> X-Mailer: git-send-email 2.18.0 X-Mailinglist: alpine-aports Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: --- community/mongodb/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/community/mongodb/APKBUILD b/community/mongodb/APKBUILD index 8ce701eddc..e7dc891f96 100644 --- a/community/mongodb/APKBUILD +++ b/community/mongodb/APKBUILD @@ -1,7 +1,7 @@ # Maintainer: Marc Vertes # Contributor: Filipp Andronov pkgname=mongodb -pkgver=4.0.1 +pkgver=4.0.2 pkgrel=0 pkgdesc='A high-performance, open source, schema-free document-oriented database' url='http://www.mongodb.org' @@ -82,7 +82,7 @@ package() { install -Dm644 "$srcdir/mongos.confd" "$pkgdir/etc/conf.d/mongos" } -sha512sums="cfb0ec3227d976999f366ca15ddaa9379f90433dbd02bd16d001f0a7f986e84df697cbbd43674988b5d41a0b85445dcd0c4717cb406e05c1fbcd544088c859ea mongodb-src-r4.0.1.tar.gz +sha512sums="171422ee028ebc279bb2cf20c78a3ce89a6cc15abf0955ac20a6c67f1aae577bf99ca4363fc428dba6ae0250b97f95d2fc51ca7f4a4505e8c38c9a11ca249800 mongodb-src-r4.0.2.tar.gz 05c4331d028eb396e6cf52d96cdaa2af7199a03522e1a8211df2d36cb053ec093a51e9abf83c4dc00c09a0b1fa119a79bcc719fbc81a48f50ca1527c26613cf0 fix-backtrace.patch 1492137b0e3456d90a79617c1cd5ead5c71b1cfaae9ee41c75d56cd25f404ec73a690f95ce0d8c064c0a14206daca8070aa769b7cdfa904a338a425b52c293fa fix-default-stacksize.patch 56db8f43afc94713ac65b174189e2dd903b5e1eff0b65f1bdac159e52ad4de6606c449865d73bd47bffad6a8fc339777e2b11395596e9a476867d94a219c7925 fix-elf-native-class.patch -- 2.18.0 --- Unsubscribe: alpine-aports+unsubscribe@lists.alpinelinux.org Help: alpine-aports+help@lists.alpinelinux.org ---