From e270a5084779967f5043a758f2ad6223830723f5 Mon Sep 17 00:00:00 2001 From: thomas Date: Fri, 10 Feb 2023 17:38:24 +0100 Subject: [PATCH] update version --- ressources/joplin-server/debmaker | 2 +- ressources/kimai2/debmaker | 2 +- ressources/wallabag/debmaker | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ressources/joplin-server/debmaker b/ressources/joplin-server/debmaker index 109c810..3215a47 100755 --- a/ressources/joplin-server/debmaker +++ b/ressources/joplin-server/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.10.6 +VERSION=2.10.9 APP=joplin-server GIT_VERSION=server-v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) diff --git a/ressources/kimai2/debmaker b/ressources/kimai2/debmaker index aa88a1c..dcd9542 100755 --- a/ressources/kimai2/debmaker +++ b/ressources/kimai2/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.30.6 +VERSION=1.30.7 APP=kimai2 DEPOT=https://github.com/kevinpapst/kimai2.git GIT_VERSION=${VERSION} diff --git a/ressources/wallabag/debmaker b/ressources/wallabag/debmaker index ca291b2..d8dd155 100755 --- a/ressources/wallabag/debmaker +++ b/ressources/wallabag/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.5.3 +VERSION=2.5.4 APP=wallabag GIT_VERSION=$VERSION DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)