Skip to content

Commit

Permalink
3.2.1-build.1454526168
Browse files Browse the repository at this point in the history
  • Loading branch information
gcollazo committed Feb 3, 2016
1 parent 5b21ade commit 1ee04fb
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.2.1-build.1452779250</string>
<string>3.2.1-build.1454526168</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>3.2.1-build.1452779250</string>
<string>3.2.1-build.1454526168</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VERSION=$(curl -s https://www.mongodb.org/downloads | grep -o 'Current Stable Re
echo "--> Production Release: $VERSION"

# Create download url
DOWNLOAD_URL="https://fastdl.mongodb.org/osx/mongodb-osx-x86_64-$VERSION.tgz"
DOWNLOAD_URL="http://downloads.mongodb.org/osx/mongodb-osx-ssl-x86_64-$VERSION.tgz"

# Download latest mongodb for mac
echo "--> Downloading: $DOWNLOAD_URL"
Expand Down

0 comments on commit 1ee04fb

Please sign in to comment.