This commit is contained in:
Lauri Ojansivu 2025-10-11 07:50:28 +03:00
parent ae01ea576c
commit 688b725807
10 changed files with 26 additions and 17 deletions

View file

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