This commit is contained in:
Lauri Ojansivu 2025-08-18 18:54:35 +03:00
parent c0d10a0ec3
commit 7d2ca2c811
10 changed files with 19 additions and 19 deletions

View file

@ -1,5 +1,5 @@
name: wekan
version: '7.93'
version: '7.94'
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.93/wekan-7.93-amd64.zip
unzip wekan-7.93-amd64.zip
rm wekan-7.93-amd64.zip
wget https://github.com/wekan/wekan/releases/download/v7.94/wekan-7.94-amd64.zip
unzip wekan-7.94-amd64.zip
rm wekan-7.94-amd64.zip
cd ..
##cd .build/bundle
##find . -type d -name '*-garbage*' | xargs rm -rf