This commit is contained in:
Lauri Ojansivu 2025-09-18 21:59:50 +03:00
parent 9a086c0397
commit 33f4db5871
10 changed files with 18 additions and 18 deletions

View file

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