From 862c0d9ec7c27fa420933397ce768fdc32d0046b Mon Sep 17 00:00:00 2001 From: thomas Date: Tue, 13 Sep 2022 00:38:45 +0200 Subject: [PATCH] update version --- ressources/bitwarden-desktop/debmaker | 2 +- ressources/gotify/debmaker | 2 +- ressources/joplin-desktop/debmaker | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ressources/bitwarden-desktop/debmaker b/ressources/bitwarden-desktop/debmaker index f4ad272..84166e3 100755 --- a/ressources/bitwarden-desktop/debmaker +++ b/ressources/bitwarden-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2022.8.1 +VERSION=2022.9.0 APP=bitwarden-desktop DEPOT=https://github.com/bitwarden/clients.git GIT_VERSION=desktop-v${VERSION} diff --git a/ressources/gotify/debmaker b/ressources/gotify/debmaker index 6fd05d4..82563b1 100755 --- a/ressources/gotify/debmaker +++ b/ressources/gotify/debmaker @@ -1,7 +1,7 @@ #!/bin/bash APP=gotify -VERSION=2.1.6 +VERSION=2.1.7 GIT_VERSION=v$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bullseye diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index f409761..605841c 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.9.4 +VERSION=2.9.8 APP=joplin-desktop GIT_VERSION=v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)