Skip to content

Commit

Permalink
Fix mongodb update
Browse files Browse the repository at this point in the history
  • Loading branch information
gcollazo committed May 20, 2015
1 parent e62bbcd commit 0a57a2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions MongoDB/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>3.0.3-build.1</string>
<string>3.0.3-build.2</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.0.3-build.1</string>
<string>3.0.3-build.2</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion download-mongo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0a57a2d

Please sign in to comment.