This commit is contained in:
Thomas Legay 2024-07-04 02:30:57 +02:00
parent 8178f6679a
commit 1705d59286
15 changed files with 19 additions and 19 deletions

View File

@ -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"

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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}

View File

@ -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
}

View File

@ -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)

View File

@ -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}

View File

@ -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}

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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)

View File

@ -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}