diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-03-26 00:25:40 +0200 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-03-26 00:25:40 +0200 |
commit | d753fc06c9e97e242da05c478bf20ed827da4b9b (patch) | |
tree | e9685b5177e85e4a2120a74f621b55558b35250b /snapcraft.yaml | |
parent | a85d652db425b3e83312444d79e20c8e8f2e9a70 (diff) | |
download | wekan-d753fc06c9e97e242da05c478bf20ed827da4b9b.tar.gz wekan-d753fc06c9e97e242da05c478bf20ed827da4b9b.tar.bz2 wekan-d753fc06c9e97e242da05c478bf20ed827da4b9b.zip |
Use mongodb for Ubuntu 16.04
Diffstat (limited to 'snapcraft.yaml')
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 3f21f85a..2eb3ac25 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -65,7 +65,7 @@ apps: parts: mongodb: - source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1804-4.0.7.tgz + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu1604-4.0.7.tgz plugin: dump stage-packages: [libssl1.0.0] filesets: |