Browse Source

Updated to MongoDB 6.0.22.

Thanks to MongoDB developers !
Lauri Ojansivu 1 month ago
parent
commit
c1a4250bd2
2 changed files with 9 additions and 9 deletions
  1. 4 4
      docs/Platforms/Propietary/Windows/Offline.md
  2. 5 5
      snapcraft.yaml

+ 4 - 4
docs/Platforms/Propietary/Windows/Offline.md

@@ -10,19 +10,19 @@ This is without container (without Docker or Snap).
 
 Right click and download files 1-4:
 
-1. [wekan-7.84-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.84/wekan-7.84-amd64-windows.zip)
+1. [wekan-7.85-amd64-windows.zip](https://github.com/wekan/wekan/releases/download/v7.85/wekan-7.85-amd64-windows.zip)
 
 2. [node.exe](https://nodejs.org/dist/latest-v14.x/win-x64/node.exe)
 
-3. [mongodb-windows-x86_64-6.0.20-signed.msi](https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.20-signed.msi)
+3. [mongodb-windows-x86_64-6.0.22-signed.msi](https://fastdl.mongodb.org/windows/mongodb-windows-x86_64-6.0.22-signed.msi)
 
 4. [start-wekan.bat](https://raw.githubusercontent.com/wekan/wekan/main/start-wekan.bat)
 
 5. Copy files from steps 1-4 with USB stick or DVD to offline Windows computer
 
-6. Double click `mongodb-windows-x86_64-6.0.20-signed.msi` . In installer, uncheck downloading MongoDB compass.
+6. Double click `mongodb-windows-x86_64-6.0.22-signed.msi` . In installer, uncheck downloading MongoDB compass.
 
-7. Unzip `wekan-7.84-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files:
+7. Unzip `wekan-7.85-amd64-windows.zip` , inside it is directory `bundle`, to it copy other files:
 
 ```
 bundle (directory)

+ 5 - 5
snapcraft.yaml

@@ -1,5 +1,5 @@
 name: wekan
-version: '7.84'
+version: '7.85'
 base: core20
 summary: Open Source kanban
 description: |
@@ -65,7 +65,7 @@ apps:
 
 parts:
     mongodb:
-        source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.20.tgz
+        source: https://fastdl.mongodb.org/linux/mongodb-linux-x86_64-ubuntu2004-6.0.22.tgz
         plugin: dump
         stage-packages:
             - libssl1.1
@@ -170,9 +170,9 @@ parts:
             # Cleanup
             mkdir .build
             cd .build
-            wget https://github.com/wekan/wekan/releases/download/v7.84/wekan-7.84-amd64.zip
-            unzip wekan-7.84-amd64.zip
-            rm wekan-7.84-amd64.zip
+            wget https://github.com/wekan/wekan/releases/download/v7.85/wekan-7.85-amd64.zip
+            unzip wekan-7.85-amd64.zip
+            rm wekan-7.85-amd64.zip
             cd ..
             ##cd .build/bundle
             ##find . -type d -name '*-garbage*' | xargs rm -rf