diff --git a/ressources/babybuddy/debmaker b/ressources/babybuddy/debmaker index 2a25e05..d80f4ad 100755 --- a/ressources/babybuddy/debmaker +++ b/ressources/babybuddy/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.0.4 +VERSION=2.1.1 APP=babybuddy DEPOT=https://github.com/babybuddy/babybuddy.git GIT_VERSION=v${VERSION} diff --git a/ressources/bitwarden-desktop/debmaker b/ressources/bitwarden-desktop/debmaker index 91e7927..c9ea1c8 100755 --- a/ressources/bitwarden-desktop/debmaker +++ b/ressources/bitwarden-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2023.8.3 +VERSION=2023.9.1 APP=bitwarden-desktop DEPOT=https://github.com/bitwarden/clients.git GIT_VERSION=desktop-v${VERSION} diff --git a/ressources/cloudbeaver/debmaker b/ressources/cloudbeaver/debmaker index f766d91..0de2f8e 100755 --- a/ressources/cloudbeaver/debmaker +++ b/ressources/cloudbeaver/debmaker @@ -1,9 +1,9 @@ #!/bin/bash -VERSION=23.1.0 +VERSION=23.1.5 APP=cloudbeaver DEPOT=https://github.com/dbeaver/cloudbeaver.git -GIT_VERSION=last +GIT_VERSION=${VERSION} #last DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=5 diff --git a/ressources/forgejo/debmaker b/ressources/forgejo/debmaker index ce75d23..c1694ce 100755 --- a/ressources/forgejo/debmaker +++ b/ressources/forgejo/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.20.4-0 +VERSION=1.20.5-0 APP=forgejo DEPOT=https://codeberg.org/forgejo/forgejo GIT_VERSION=v${VERSION} diff --git a/ressources/glpi/debmaker b/ressources/glpi/debmaker index 83516de..efce01d 100755 --- a/ressources/glpi/debmaker +++ b/ressources/glpi/debmaker @@ -1,15 +1,11 @@ #!/bin/bash -<<<<<<< HEAD -VERSION=10.0.9 -======= -VERSION=10.0.7 ->>>>>>> parent of 0925d5a (Suivi de version) +VERSION=10.0.10 APP=glpi DEPOT=https://github.com/glpi-project/glpi.git GIT_VERSION=${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) -DEBIAN_VERSION_CODENAME=bullseye +DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=4 PACKAGE_DEPENDENCY="patch composer php-json php-xml php-curl php-gd php-intl php-ldap php-zip php-mysql gettext nodejs" @@ -33,7 +29,7 @@ makedeb(){ mkdir -p ${PATH_DEB}/usr/share/doc/glpi/ mkdir -p ${PATH_DEB}/var/lib/glpi/ - mkdir -p ${PATH_DEB}/etc/ + mkdir -p ${PATH_DEB}/etc/cron.d/ tar -zxvf /tmp/${APP}-${VERSION}.tgz -C ${PATH_DEB}/usr/share/ @@ -51,7 +47,7 @@ makedeb(){ mv ${PATH_DEB}/downstream.php ${PATH_DEB}/usr/share/glpi/inc/ mv ${PATH_DEB}/local_define.php ${PATH_DEB}/etc/glpi mv ${PATH_DEB}/apache2-glpi.conf ${PATH_DEB}/usr/share/doc/glpi/ - mv ${PATH_DEB}glpi.cron ${PATH_DEB}/etc/cron.d/glpi + mv ${PATH_DEB}/glpi.cron ${PATH_DEB}/etc/cron.d/glpi sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control fakeroot dpkg-deb -Z gzip --build ${PATH_DEB} /tmp/dist diff --git a/ressources/gotify/debmaker b/ressources/gotify/debmaker index 2885d40..40c479b 100755 --- a/ressources/gotify/debmaker +++ b/ressources/gotify/debmaker @@ -1,7 +1,7 @@ #!/bin/bash APP=gotify -VERSION=2.3.0 +VERSION=2.4.0 GIT_VERSION=v$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index 4baab7b..c15683f 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.12.17 +VERSION=2.13.2 APP=joplin-desktop GIT_VERSION=v${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) diff --git a/ressources/joplin-server/debmaker b/ressources/joplin-server/debmaker index 45f0fc8..ccafa12 100755 --- a/ressources/joplin-server/debmaker +++ b/ressources/joplin-server/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.12.1 +VERSION=2.13.1 APP=joplin-server GIT_VERSION=server-v${VERSION} DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) diff --git a/ressources/keycloak/debmaker b/ressources/keycloak/debmaker index 1ead68e..78e8d68 100755 --- a/ressources/keycloak/debmaker +++ b/ressources/keycloak/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=22.0.1 +VERSION=22.0.3 APP=keycloak DEPOT=https://github.com/keycloak/keycloak.git GIT_VERSION=${VERSION} diff --git a/ressources/kimai2/debmaker b/ressources/kimai2/debmaker index e75fa55..a4759af 100755 --- a/ressources/kimai2/debmaker +++ b/ressources/kimai2/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.0.29 +VERSION=2.0.35 APP=kimai2 DEPOT=https://github.com/kevinpapst/kimai2.git GIT_VERSION=${VERSION} diff --git a/ressources/mautrix-whatsapp/debmaker b/ressources/mautrix-whatsapp/debmaker index c857893..2f83414 100755 --- a/ressources/mautrix-whatsapp/debmaker +++ b/ressources/mautrix-whatsapp/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.10.0 +VERSION=0.10.1 APP=mautrix-whatsapp DEPOT=https://github.com/mautrix/whatsapp.git GIT_VERSION=v${VERSION} diff --git a/ressources/metabase/debmaker b/ressources/metabase/debmaker index 4347474..ac43cff 100755 --- a/ressources/metabase/debmaker +++ b/ressources/metabase/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.47.1 +VERSION=0.47.3 APP=metabase DEPOT=https://github.com/metabase/metabase.git GIT_VERSION=v$VERSION diff --git a/ressources/zigbee2mqtt/debmaker b/ressources/zigbee2mqtt/debmaker index c4409bc..7960980 100755 --- a/ressources/zigbee2mqtt/debmaker +++ b/ressources/zigbee2mqtt/debmaker @@ -1,10 +1,11 @@ #!/bin/bash -VERSION=1.33.0 +VERSION=1.32.2 APP=zigbee2mqtt DEPOT=https://github.com/Koenkk/zigbee2mqtt.git GIT_VERSION=${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) +DEB_VERSION=1.33.0-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=2 PACKAGE_DEPENDENCY="nodejs make g++ gcc"