update version

This commit is contained in:
thomas 2022-12-08 06:42:53 +01:00
parent 31483ba9c6
commit 80abe21699
4 changed files with 7 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash
VERSION=0.108.0-b.21
VERSION=0.108.0-b.23
APP=adguardhome
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
GIT_VERSION=v${VERSION}
@ -15,7 +15,7 @@ main(){
configure_depot_nodejs
install_package_dependency
install_go
get_git_source
get_git_source
build
makedeb
}

View File

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

View File

@ -41,10 +41,11 @@ build_api() {
export POETRY_VIRTUALENVS_IN_PROJECT=true
export POETRY_NO_INTERACTION=1
export VENV_PATH="/usr/share/mealie/.venv"
export PYSETUP_PATH="/opt/pysetup"
[ -e /usr/share/mealie ] && rm -fr /usr/share/mealie
mkdir /usr/share/mealie
mv mealie/ alembic* poetry.lock gunicorn_conf.py pyproject.toml /usr/share/mealie
cp -fr mealie/ alembic* poetry.lock gunicorn_conf.py pyproject.toml /usr/share/mealie
cd /usr/share/mealie
poetry install -E pgsql --no-dev

View File

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