update versions
This commit is contained in:
parent
038343fc0f
commit
c0eab91a7e
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2024.9.0
|
||||
VERSION=2024.10.1
|
||||
APP=bitwarden-desktop
|
||||
DEPOT=https://github.com/bitwarden/clients.git
|
||||
GIT_VERSION=desktop-v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.11.74
|
||||
VERSION=1.11.78
|
||||
APP=element-web
|
||||
DEPOT=https://github.com/vector-im/element-web.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=8.0.3
|
||||
VERSION=9.0.0
|
||||
APP=forgejo
|
||||
DEPOT=https://codeberg.org/forgejo/forgejo
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
@ -11,7 +11,7 @@ PACKAGE_DEPENDENCY="build-essential nodejs"
|
|||
|
||||
main() {
|
||||
base_package_upgrade
|
||||
configure_depot_nodejs 18
|
||||
configure_depot_nodejs 20
|
||||
install_package_dependency
|
||||
install_go
|
||||
get_git_source
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2.21.0
|
||||
VERSION=2.24.0
|
||||
APP=kimai2
|
||||
DEPOT=https://github.com/kevinpapst/kimai2.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -25,4 +25,4 @@
|
|||
|
||||
override_dh_auto_build:
|
||||
./build.sh
|
||||
cp example-config.yaml config.yaml
|
||||
touch config.yaml
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.10.9
|
||||
VERSION=0.11.0
|
||||
APP=mautrix-whatsapp
|
||||
DEPOT=https://github.com/mautrix/whatsapp.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.50.26.1
|
||||
VERSION=0.50.29.1
|
||||
APP=metabase
|
||||
DEPOT=https://github.com/metabase/metabase.git
|
||||
GIT_VERSION=v$VERSION
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.32.0
|
||||
VERSION=1.32.2
|
||||
APP=vaultwarden
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
|
|
Loading…
Reference in New Issue