This commit is contained in:
Lauri Ojansivu 2025-10-21 15:17:53 +03:00
parent d1d553e8d7
commit c562b3969a
8 changed files with 16 additions and 16 deletions

View file

@ -1,5 +1,5 @@
name: wekan
version: '8.10'
version: '8.11'
base: core24
summary: Open Source kanban
description: |
@ -166,9 +166,9 @@ parts:
# Cleanup
mkdir .build
cd .build
wget https://github.com/wekan/wekan/releases/download/v8.10/wekan-8.10-amd64.zip
unzip wekan-8.10-amd64.zip
rm wekan-8.10-amd64.zip
wget https://github.com/wekan/wekan/releases/download/v8.11/wekan-8.11-amd64.zip
unzip wekan-8.11-amd64.zip
rm wekan-8.11-amd64.zip
cd ..
##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf