diff --git a/ressources/adguardhome/debmaker b/ressources/adguardhome/debmaker index 929b9a4..b1c9136 100755 --- a/ressources/adguardhome/debmaker +++ b/ressources/adguardhome/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.108.0-b.7 +VERSION=0.108.0-b.6 [ -e ./lib/function.sh ] && source ./lib/function.sh diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 68ad630..3768b42 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.35.0 +VERSION=4.34.6 RELEASE=1 [ -e ./lib/function.sh ] && source ./lib/function.sh @@ -16,13 +16,17 @@ STEP="envinit prebuild build makedeb" envinit() { apt-get update - 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 - + 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 } prebuild(){ diff --git a/ressources/element-web/debmaker b/ressources/element-web/debmaker index e3983b4..e64a350 100755 --- a/ressources/element-web/debmaker +++ b/ressources/element-web/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.10.11 +VERSION=1.10.10 [ -e ./lib/function.sh ] && source ./lib/function.sh diff --git a/ressources/gitea/debmaker b/ressources/gitea/debmaker index 3383c9f..1e4d0b4 100755 --- a/ressources/gitea/debmaker +++ b/ressources/gitea/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.16.7 +VERSION=1.16.5 [ -e ./lib/function.sh ] && source ./lib/function.sh @@ -15,12 +15,16 @@ STEP="envinit prebuild build makedeb" envinit() { apt-get update - 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 + 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 } prebuild(){ diff --git a/ressources/glpi/debmaker b/ressources/glpi/debmaker index b8960e1..7b811d2 100755 --- a/ressources/glpi/debmaker +++ b/ressources/glpi/debmaker @@ -1,15 +1,15 @@ #!/bin/bash -VERSION=10.0.0 +VERSION=10.0.0-rc3 [ -e ./lib/function.sh ] && source ./lib/function.sh APP=glpi -DEPOT=https://github.com/glpi-project/glpi.git +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=4 +IMAGE_SIZE=2 STEP="envinit prebuild build makedeb" @@ -46,14 +46,14 @@ makedeb(){ mv ${PATH_DEB}/usr/share/glpi/files ${PATH_DEB}/var/lib/glpi/ ln -s /var/lib/glpi/files ${PATH_DEB}/usr/share/glpi/files - + mv ${PATH_DEB}/usr/share/glpi/marketplace ${PATH_DEB}/var/lib/glpi/ ln -s /var/lib/glpi/marketplace ${PATH_DEB}/usr/share/glpi/marketplace - + cp -r ${PATH_DEB}/usr/share/glpi/config/. ${PATH_DEB}/etc/glpi/ rm -fr ${PATH_DEB}/usr/share/glpi/config/ ln -s /etc/glpi/ ${PATH_DEB}/usr/share/glpi/config - + sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control fakeroot dpkg-deb -Z gzip --build ${PATH_DEB} /tmp/dist } diff --git a/ressources/joplin/debmaker b/ressources/joplin/debmaker index 5097ff0..724155f 100755 --- a/ressources/joplin/debmaker +++ b/ressources/joplin/debmaker @@ -1,8 +1,8 @@ #!/bin/bash -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) +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) [ -e ./lib/function.sh ] && source ./lib/function.sh diff --git a/ressources/zigbee2mqtt/debmaker b/ressources/zigbee2mqtt/debmaker index 79319be..54aa6ca 100755 --- a/ressources/zigbee2mqtt/debmaker +++ b/ressources/zigbee2mqtt/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.25.1 +VERSION=1.25.0 [ -e ./lib/function.sh ] && source ./lib/function.sh