This commit is contained in:
Lauri Ojansivu 2023-05-24 12:28:45 +03:00
parent 006560b96d
commit 2b4dd3b5ce
8 changed files with 21 additions and 21 deletions

View file

@ -1,5 +1,5 @@
name: wekan
version: '6.89'
version: '6.90'
base: core20
summary: Open Source kanban
description: |
@ -168,9 +168,9 @@ parts:
# Cleanup
mkdir .build
cd .build
wget https://github.com/wekan/wekan/releases/download/v6.89/wekan-6.89-amd64.zip
unzip wekan-6.89-amd64.zip
rm wekan-6.89-amd64.zip
wget https://github.com/wekan/wekan/releases/download/v6.90/wekan-6.90-amd64.zip
unzip wekan-6.90-amd64.zip
rm wekan-6.90-amd64.zip
cd ..
##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf