diff options
author | Lauri Ojansivu <x@xet7.org> | 2019-07-21 00:48:39 +0300 |
---|---|---|
committer | Lauri Ojansivu <x@xet7.org> | 2019-07-21 00:48:39 +0300 |
commit | 8ec98ef00c6a12a57a1339c021608be3dc235fb9 (patch) | |
tree | 8c7b387d6e7dbbccb3eb438f95fa3ee8b1fcfd97 | |
parent | f06098f3dde638b191dd9efd450a41cf463a4794 (diff) | |
download | wekan-8ec98ef00c6a12a57a1339c021608be3dc235fb9.tar.gz wekan-8ec98ef00c6a12a57a1339c021608be3dc235fb9.tar.bz2 wekan-8ec98ef00c6a12a57a1339c021608be3dc235fb9.zip |
Try legacy MongoDB 4.0.10 without curl etc.
-rw-r--r-- | snapcraft.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/snapcraft.yaml b/snapcraft.yaml index 6a4e2cb9..909f1e99 100644 --- a/snapcraft.yaml +++ b/snapcraft.yaml @@ -65,7 +65,7 @@ apps: parts: mongodb: - source: https://repo.mongodb.org/apt/ubuntu/dists/xenial/mongodb-org/4.0/multiverse/binary-amd64/mongodb-org-server_4.0.10_amd64.deb + source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-4.0.10.tgz plugin: dump stage-packages: [libssl1.0.0] filesets: |