diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 737da45..6add84f 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -1,11 +1,11 @@ #!/bin/bash -VERSION=4.38.7 +VERSION=4.38.9 APP=authelia DEPOT=https://github.com/authelia/authelia.git GIT_VERSION=v${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) -DEBIAN_VERSION_CODENAME=bullseye +DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=6 PACKAGE_DEPENDENCY="build-essential nodejs" diff --git a/ressources/babybuddy/debmaker b/ressources/babybuddy/debmaker index cb1dd7b..1deb32a 100755 --- a/ressources/babybuddy/debmaker +++ b/ressources/babybuddy/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.4.0 +VERSION=2.5.0 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 12e1d19..18afcbb 100755 --- a/ressources/bitwarden-desktop/debmaker +++ b/ressources/bitwarden-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2024.5.0 +VERSION=2024.6.3 APP=bitwarden-desktop DEPOT=https://github.com/bitwarden/clients.git GIT_VERSION=desktop-v${VERSION} diff --git a/ressources/forgejo/debmaker b/ressources/forgejo/debmaker index 62286a8..81af2d7 100755 --- a/ressources/forgejo/debmaker +++ b/ressources/forgejo/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=7.0.3 +VERSION=7.0.5 APP=forgejo DEPOT=https://codeberg.org/forgejo/forgejo GIT_VERSION=v${VERSION} diff --git a/ressources/glpi/debmaker b/ressources/glpi/debmaker index 771167a..11f8f8d 100755 --- a/ressources/glpi/debmaker +++ b/ressources/glpi/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=10.0.14 +VERSION=10.0.16 APP=glpi DEPOT=https://github.com/glpi-project/glpi.git GIT_VERSION=${VERSION} diff --git a/ressources/gotify/debmaker b/ressources/gotify/debmaker index 40c479b..26865e3 100755 --- a/ressources/gotify/debmaker +++ b/ressources/gotify/debmaker @@ -1,7 +1,7 @@ #!/bin/bash APP=gotify -VERSION=2.4.0 +VERSION=2.5.0 GIT_VERSION=v$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) DEBIAN_VERSION_CODENAME=bookworm @@ -19,7 +19,7 @@ main(){ envinit() { configure_depot_yarn - configure_depot_nodejs + configure_depot_nodejs 20 install_package_dependency install_go } diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index e4ec1c1..e2f3766 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=3.0.8 +VERSION=3.0.10 APP=joplin-desktop GIT_VERSION=v${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) diff --git a/ressources/keycloak/debmaker b/ressources/keycloak/debmaker index 81a678a..c33a19f 100755 --- a/ressources/keycloak/debmaker +++ b/ressources/keycloak/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=24.0.4 +VERSION=25.0.1 APP=keycloak DEPOT=https://github.com/keycloak/keycloak.git GIT_VERSION=${VERSION} diff --git a/ressources/kimai2/debmaker b/ressources/kimai2/debmaker index 45fe88f..a038b8f 100755 --- a/ressources/kimai2/debmaker +++ b/ressources/kimai2/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.17.0 +VERSION=2.18.0 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 5f2a93d..f59c4b2 100755 --- a/ressources/mautrix-whatsapp/debmaker +++ b/ressources/mautrix-whatsapp/debmaker @@ -1,12 +1,12 @@ #!/bin/bash -VERSION=0.10.6 +VERSION=0.10.8 APP=mautrix-whatsapp DEPOT=https://github.com/mautrix/whatsapp.git GIT_VERSION=v${VERSION} DEBIAN_VERSION_CODENAME=bookworm IMAGE_SIZE=4 -PACKAGE_DEPENDENCY="debhelper-compat libolm-dev build-essential devscripts go" +PACKAGE_DEPENDENCY="debhelper-compat libolm-dev build-essential devscripts golang" main(){ echo deb http://deb.debian.org/debian bookworm-backports main > /etc/apt/sources.list.d/backports.list diff --git a/ressources/metabase/debmaker b/ressources/metabase/debmaker index b7d486c..553e234 100755 --- a/ressources/metabase/debmaker +++ b/ressources/metabase/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.49.13 +VERSION=0.50.7 APP=metabase DEPOT=https://github.com/metabase/metabase.git GIT_VERSION=v$VERSION @@ -12,7 +12,7 @@ PACKAGE_DEPENDENCY="build-essential default-jdk curl nodejs yarn" main(){ base_package_upgrade configure_depot_yarn - configure_depot_nodejs 18 + configure_depot_nodejs 20 install_package_dependency install_clojure get_git_source diff --git a/ressources/moodle-format-tiles/debmaker b/ressources/moodle-format-tiles/debmaker index 788e48b..be55350 100755 --- a/ressources/moodle-format-tiles/debmaker +++ b/ressources/moodle-format-tiles/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.4.0.2 +VERSION=4.4.0.5 APP=moodle-format-tiles DEPOT=https://bitbucket.org/dw8/moodle-format_tiles.git GIT_VERSION=moodle44 diff --git a/ressources/phpbb/debmaker b/ressources/phpbb/debmaker index 4672bd3..1770738 100755 --- a/ressources/phpbb/debmaker +++ b/ressources/phpbb/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=3.3.11 +VERSION=3.3.12 APP=phpbb DEPOT=https://github.com/phpbb/phpbb.git GIT_VERSION=release-$VERSION diff --git a/ressources/vaultwarden-web/debmaker b/ressources/vaultwarden-web/debmaker index e3e8300..cc3a3df 100755 --- a/ressources/vaultwarden-web/debmaker +++ b/ressources/vaultwarden-web/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2024.5.0 +VERSION=2024.5.1 APP=vaultwarden-web GIT_VERSION=v$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) diff --git a/ressources/zigbee2mqtt/debmaker b/ressources/zigbee2mqtt/debmaker index 9868fee..11b2473 100755 --- a/ressources/zigbee2mqtt/debmaker +++ b/ressources/zigbee2mqtt/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.37.1 +VERSION=1.38.0 APP=zigbee2mqtt DEPOT=https://github.com/Koenkk/zigbee2mqtt.git GIT_VERSION=${VERSION}