From 0001546ae98f33e3e8d0a144c23e8c53e4d9124c Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 14 Mar 2022 23:57:03 +0100 Subject: [PATCH] new version authelia gitea glpi joplin --- ressources/authelia/debmaker | 4 ++-- ressources/gitea/debmaker | 4 ++-- ressources/glpi/debmaker | 5 ++--- ressources/joplin/debmaker | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 22f107f..e26500e 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.34.3 +VERSION=4.34.4 RELEASE=1 [ -e ./lib/function.sh ] && source ./lib/function.sh @@ -20,7 +20,7 @@ envinit() { apt-get update apt-get dist-upgrade -y else - apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot + apt install -y --no-install-recommends git wget ca-certificates dpkg fakeroot build-essential wget -qO - https://deb.nodesource.com/setup_16.x | bash apt-get update apt-get install -y nodejs diff --git a/ressources/gitea/debmaker b/ressources/gitea/debmaker index eccf33c..1ca5273 100755 --- a/ressources/gitea/debmaker +++ b/ressources/gitea/debmaker @@ -1,7 +1,7 @@ #!/bin/bash -VERSION=1.16.3 -RELEASE=5 +VERSION=1.16.4 +RELEASE=1 [ -e ./lib/function.sh ] && source ./lib/function.sh diff --git a/ressources/glpi/debmaker b/ressources/glpi/debmaker index c23941f..1b8a3ff 100755 --- a/ressources/glpi/debmaker +++ b/ressources/glpi/debmaker @@ -1,14 +1,13 @@ #!/bin/bash -VERSION=10.0.0-rc2-thl -RELEASE=1 +VERSION=10.0.0-rc2 [ -e ./lib/function.sh ] && source ./lib/function.sh APP=glpi DEPOT=https://github.com/tomamplius/glpi.git GIT_VERSION=${VERSION} -DEB_VERSION=${VERSION}-${RELEASE} +DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bullseye IMAGE_SIZE=2 diff --git a/ressources/joplin/debmaker b/ressources/joplin/debmaker index dc995ac..2d4102d 100755 --- a/ressources/joplin/debmaker +++ b/ressources/joplin/debmaker @@ -5,7 +5,7 @@ APP=joplin GIT_VERSION=v2.7.14 -DEB_VERSION_DESKTOP=2.7.14-4 +DEB_VERSION_DESKTOP=2.7.15-1 DEB_VERSION_SERVER=2.7.4-4 DEBIAN_VERSION_CODENAME=bullseye