Skip to content

Commit 0a57a2d

Browse files
committed
Fix mongodb update
1 parent e62bbcd commit 0a57a2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

MongoDB/Info.plist

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>3.0.3-build.1</string>
20+
<string>3.0.3-build.2</string>
2121
<key>CFBundleSignature</key>
2222
<string>????</string>
2323
<key>CFBundleVersion</key>
24-
<string>3.0.3-build.1</string>
24+
<string>3.0.3-build.2</string>
2525
<key>LSApplicationCategoryType</key>
2626
<string>public.app-category.developer-tools</string>
2727
<key>LSMinimumSystemVersion</key>

download-mongo.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Get latest Production Relase version number
44
echo "--> Getting Production Release version number"
5-
VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Production Release (.*)' | grep -o '[0-9]*\.[0-9]*\.[0-9]*')
5+
VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Current Stable Release (.*)' | grep -o '[0-9]*\.[0-9]*\.[0-9]*')
66
echo "--> Production Release: $VERSION"
77

88
# Create download url

0 commit comments

Comments
 (0)