From 0a57a2d00cfca8190ddd0cf55de682cb545c4b52 Mon Sep 17 00:00:00 2001 From: Giovanni Collazo Date: Wed, 20 May 2015 16:55:29 -0400 Subject: [PATCH] Fix mongodb update --- MongoDB/Info.plist | 4 ++-- download-mongo.sh | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/MongoDB/Info.plist b/MongoDB/Info.plist index 48d5a3b..7857be1 100644 --- a/MongoDB/Info.plist +++ b/MongoDB/Info.plist @@ -17,11 +17,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 3.0.3-build.1 + 3.0.3-build.2 CFBundleSignature ???? CFBundleVersion - 3.0.3-build.1 + 3.0.3-build.2 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion diff --git a/download-mongo.sh b/download-mongo.sh index ddaaea8..1db49cc 100755 --- a/download-mongo.sh +++ b/download-mongo.sh @@ -2,7 +2,7 @@ # Get latest Production Relase version number echo "--> Getting Production Release version number" -VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Production Release (.*)' | grep -o '[0-9]*\.[0-9]*\.[0-9]*') +VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Current Stable Release (.*)' | grep -o '[0-9]*\.[0-9]*\.[0-9]*') echo "--> Production Release: $VERSION" # Create download url