multi update version

This commit is contained in:
Thomas Legay 2024-11-12 09:18:23 +01:00
parent 9a51326d12
commit 574b0fb197
9 changed files with 12 additions and 11 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=2.6.0
VERSION=2.6.3
APP=babybuddy
DEPOT=https://github.com/babybuddy/babybuddy.git
GIT_VERSION=v${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=9.0.0
VERSION=9.0.1
APP=forgejo
DEPOT=https://codeberg.org/forgejo/forgejo
GIT_VERSION=v${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=10.0.16
VERSION=10.0.17
APP=glpi
DEPOT=https://github.com/glpi-project/glpi.git
GIT_VERSION=${VERSION}
@ -11,7 +11,7 @@ PACKAGE_DEPENDENCY="patch composer php-json php-xml php-curl php-gd php-intl php
main() {
base_package_upgrade
configure_depot_nodejs
configure_depot_nodejs 20
install_package_dependency
get_git_source
build
@ -20,6 +20,7 @@ main() {
build(){
cd /tmp/${APP}
export COMPOSER_ALLOW_SUPERUSER=1
./tools/make_release.sh -y . ${VERSION}
}

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=25.0.6
VERSION=26.0.5
APP=keycloak
DEPOT=https://github.com/keycloak/keycloak.git
GIT_VERSION=${VERSION}

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.50.29.1
VERSION=0.51.3
APP=metabase
DEPOT=https://github.com/metabase/metabase.git
GIT_VERSION=v$VERSION

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.23.6
VERSION=1.23.15
APP=uptime-kuma
GIT_VERSION=${VERSION}
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)

View File

@ -3,8 +3,8 @@ Description=linkding
After=network.target
[Service]
ExecStart=/usr/bin/nodejs /var/lib/uptime-kuma/server/server.js
WorkingDirectory=/var/lib/uptime-kuma
ExecStart=/usr/bin/nodejs /usr/share/uptime-kuma/server/server.js
WorkingDirectory=/usr/share/uptime-kuma/
Restart=always
User=uptime-kuma
Group=uptime-kuma

View File

@ -3,7 +3,7 @@
VERSION=2024.6.2
APP=vaultwarden-web
BITWARDEN_VERSION=v${VERSION}
GIT_VERSION=${BITWARDEN_VERSION}b
GIT_VERSION=${BITWARDEN_VERSION}c
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
DEBIAN_VERSION_CODENAME=bookworm
IMAGE_SIZE=5

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=1.32.2
VERSION=1.32.4
APP=vaultwarden
GIT_VERSION=$VERSION
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)