update versions

This commit is contained in:
Thomas Legay 2024-11-05 15:38:51 +01:00
parent 038343fc0f
commit c0eab91a7e
8 changed files with 9 additions and 9 deletions

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2024.9.0 VERSION=2024.10.1
APP=bitwarden-desktop APP=bitwarden-desktop
DEPOT=https://github.com/bitwarden/clients.git DEPOT=https://github.com/bitwarden/clients.git
GIT_VERSION=desktop-v${VERSION} GIT_VERSION=desktop-v${VERSION}

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=1.11.74 VERSION=1.11.78
APP=element-web APP=element-web
DEPOT=https://github.com/vector-im/element-web.git DEPOT=https://github.com/vector-im/element-web.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=8.0.3 VERSION=9.0.0
APP=forgejo APP=forgejo
DEPOT=https://codeberg.org/forgejo/forgejo DEPOT=https://codeberg.org/forgejo/forgejo
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}
@ -11,7 +11,7 @@ PACKAGE_DEPENDENCY="build-essential nodejs"
main() { main() {
base_package_upgrade base_package_upgrade
configure_depot_nodejs 18 configure_depot_nodejs 20
install_package_dependency install_package_dependency
install_go install_go
get_git_source get_git_source

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=2.21.0 VERSION=2.24.0
APP=kimai2 APP=kimai2
DEPOT=https://github.com/kevinpapst/kimai2.git DEPOT=https://github.com/kevinpapst/kimai2.git
GIT_VERSION=${VERSION} GIT_VERSION=${VERSION}

View file

@ -25,4 +25,4 @@
override_dh_auto_build: override_dh_auto_build:
./build.sh ./build.sh
cp example-config.yaml config.yaml touch config.yaml

View file

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION=0.10.9 VERSION=0.11.0
APP=mautrix-whatsapp APP=mautrix-whatsapp
DEPOT=https://github.com/mautrix/whatsapp.git DEPOT=https://github.com/mautrix/whatsapp.git
GIT_VERSION=v${VERSION} GIT_VERSION=v${VERSION}

View file

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

View file

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