From 12c7e6ade80ab03449a41e511d9b1e048570303e Mon Sep 17 00:00:00 2001 From: thomas Date: Mon, 2 May 2022 22:08:37 +0200 Subject: [PATCH] update version adguardhome authelia element-web gitea glpi joplin zigbee2mqtt --- ressources/adguardhome/debmaker | 2 +- ressources/authelia/debmaker | 20 ++++++++------------ ressources/element-web/debmaker | 2 +- ressources/gitea/debmaker | 18 +++++++----------- ressources/glpi/debmaker | 4 ++-- ressources/joplin/debmaker | 6 +++--- ressources/zigbee2mqtt/debmaker | 2 +- 7 files changed, 23 insertions(+), 31 deletions(-) diff --git a/ressources/adguardhome/debmaker b/ressources/adguardhome/debmaker index b1c9136..929b9a4 100755 --- a/ressources/adguardhome/debmaker +++ b/ressources/adguardhome/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.108.0-b.6 +VERSION=0.108.0-b.7 [ -e ./lib/function.sh ] && source ./lib/function.sh diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 3768b42..68ad630 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.34.6 +VERSION=4.35.0 RELEASE=1 [ -e ./lib/function.sh ] && source ./lib/function.sh @@ -16,17 +16,13 @@ STEP="envinit prebuild build makedeb" envinit() { apt-get update - if [ $(dpkg -l | grep -e 'ii nodejs ' | wc -l) -eq 1 ]; - then - apt-get dist-upgrade -y - else - 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 - wget -qO - https://go.dev/dl/go1.17.7.linux-amd64.tar.gz | tar -C /usr/local -xz - wget -qO - https://get.pnpm.io/install.sh | sh - - fi + apt-get dist-upgrade -y + 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 + wget -qO - https://go.dev/dl/go1.18.1.linux-amd64.tar.gz | tar -C /usr/local -xz + wget -qO - https://get.pnpm.io/install.sh | sh - } prebuild(){ diff --git a/ressources/element-web/debmaker b/ressources/element-web/debmaker index e64a350..e3983b4 100755 --- a/ressources/element-web/debmaker +++ b/ressources/element-web/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.10.10 +VERSION=1.10.11 [ -e ./lib/function.sh ] && source ./lib/function.sh diff --git a/ressources/gitea/debmaker b/ressources/gitea/debmaker index 1e4d0b4..3383c9f 100755 --- a/ressources/gitea/debmaker +++ b/ressources/gitea/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.16.5 +VERSION=1.16.7 [ -e ./lib/function.sh ] && source ./lib/function.sh @@ -15,16 +15,12 @@ STEP="envinit prebuild build makedeb" envinit() { apt-get update - if [ $(dpkg -l | grep -e 'ii nodejs ' | wc -l) -eq 1 ]; - then - apt-get dist-upgrade -y - else - 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 - wget -qO - https://go.dev/dl/go1.17.7.linux-amd64.tar.gz | tar -C /usr/local -xz - fi + apt-get dist-upgrade -y + 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 + wget -qO - https://go.dev/dl/go1.17.7.linux-amd64.tar.gz | tar -C /usr/local -xz } prebuild(){ diff --git a/ressources/glpi/debmaker b/ressources/glpi/debmaker index 7b811d2..8d739f6 100755 --- a/ressources/glpi/debmaker +++ b/ressources/glpi/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=10.0.0-rc3 +VERSION=10.0.0 [ -e ./lib/function.sh ] && source ./lib/function.sh @@ -9,7 +9,7 @@ DEPOT=https://github.com/tomamplius/glpi.git GIT_VERSION=${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bullseye -IMAGE_SIZE=2 +IMAGE_SIZE=4 STEP="envinit prebuild build makedeb" diff --git a/ressources/joplin/debmaker b/ressources/joplin/debmaker index 724155f..5097ff0 100755 --- a/ressources/joplin/debmaker +++ b/ressources/joplin/debmaker @@ -1,8 +1,8 @@ #!/bin/bash -GIT_VERSION=v2.8.2 -DEB_VERSION_DESKTOP=2.8.2-$(date +%Y%m%d%H%M) -DEB_VERSION_SERVER=2.7.4-$(date +%Y%m%d%H%M) +GIT_VERSION=v2.8.6 +DEB_VERSION_DESKTOP=2.8.6-$(date +%Y%m%d%H%M) +DEB_VERSION_SERVER=2.7.8-$(date +%Y%m%d%H%M) [ -e ./lib/function.sh ] && source ./lib/function.sh diff --git a/ressources/zigbee2mqtt/debmaker b/ressources/zigbee2mqtt/debmaker index 54aa6ca..79319be 100755 --- a/ressources/zigbee2mqtt/debmaker +++ b/ressources/zigbee2mqtt/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.25.0 +VERSION=1.25.1 [ -e ./lib/function.sh ] && source ./lib/function.sh