This commit is contained in:
Lauri Ojansivu 2025-07-18 08:30:28 +03:00
parent 8744f47a0e
commit 2cb2e7cb10
9 changed files with 4042 additions and 16 deletions

View file

@ -1,5 +1,5 @@
name: wekan
version: '7.92'
version: '7.93'
base: core24
summary: Open Source kanban
description: |
@ -156,9 +156,9 @@ parts:
# Cleanup
mkdir .build
cd .build
wget https://github.com/wekan/wekan/releases/download/v7.92/wekan-7.92-amd64.zip
unzip wekan-7.92-amd64.zip
rm wekan-7.92-amd64.zip
wget https://github.com/wekan/wekan/releases/download/v7.93/wekan-7.93-amd64.zip
unzip wekan-7.93-amd64.zip
rm wekan-7.93-amd64.zip
cd ..
##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf