v8.05
Some checks are pending
Docker / build (push) Waiting to run
Docker Image CI / build (push) Waiting to run
Release Charts / release (push) Waiting to run
Test suite / Meteor tests (push) Waiting to run
Test suite / Coverage report (push) Blocked by required conditions

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

View file

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