diff options
author | Lauri Ojansivu <x@xet7.org> | 2017-12-13 14:28:32 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2017-12-13 14:28:32 +0200 |
commit | 4fad48e7ac6c13e109b0d0bcab8e42721db2ab46 (patch) | |
tree | 60a98d674b5d631a99c776f6b076486729ae66f1 | |
parent | 0f567a8e9c3c0fcdc0472574f13620be3f4e40d1 (diff) | |
download | wekan-4fad48e7ac6c13e109b0d0bcab8e42721db2ab46.tar.gz wekan-4fad48e7ac6c13e109b0d0bcab8e42721db2ab46.tar.bz2 wekan-4fad48e7ac6c13e109b0d0bcab8e42721db2ab46.zip |
Revert snap MongoDB from v3.2.18 back to v3.2.16 because of SSL cert error. Trying to fix snap build.
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 72bd8c61..59e786d8 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -54,7 +54,7 @@ apps: parts: mongodb: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.18.tgz + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-3.2.16.tgz plugin: dump stage-packages: [libssl1.0.0] filesets: |