Skip to content

Commit 2d45cff

Browse files
LuluGOgeekgonecrazy
authored andcommitted
changed mongo version for snap from 3.2.7 to 3.4.20 (#14838)
1 parent 86eb9f6 commit 2d45cff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.snapcraft/resources/preparemongo

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
if [[ $(uname -m) == "x86_64" ]]
44
then
5-
wget --backups=0 "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.7.tgz"
6-
tar -zxf ./mongodb-linux-x86_64-ubuntu1604-3.2.7.tgz --strip-components=1
5+
wget --backups=0 "https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-3.4.20.tgz"
6+
tar -zxf ./mongodb-linux-x86_64-3.4.20.tgz --strip-components=1
77
else
88
IFS=" " read -a links <<< $(apt-get -y --print-uris install mongodb | egrep -o "https?://[^']+")
99
for link in ${links[@]}

0 commit comments

Comments
 (0)