update version
This commit is contained in:
parent
31483ba9c6
commit
80abe21699
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=0.108.0-b.21
|
VERSION=0.108.0-b.23
|
||||||
APP=adguardhome
|
APP=adguardhome
|
||||||
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
|
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
@ -15,7 +15,7 @@ main(){
|
||||||
configure_depot_nodejs
|
configure_depot_nodejs
|
||||||
install_package_dependency
|
install_package_dependency
|
||||||
install_go
|
install_go
|
||||||
get_git_source
|
get_git_source
|
||||||
build
|
build
|
||||||
makedeb
|
makedeb
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.11.14
|
VERSION=1.11.16
|
||||||
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}
|
||||||
|
|
|
@ -41,10 +41,11 @@ build_api() {
|
||||||
export POETRY_VIRTUALENVS_IN_PROJECT=true
|
export POETRY_VIRTUALENVS_IN_PROJECT=true
|
||||||
export POETRY_NO_INTERACTION=1
|
export POETRY_NO_INTERACTION=1
|
||||||
export VENV_PATH="/usr/share/mealie/.venv"
|
export VENV_PATH="/usr/share/mealie/.venv"
|
||||||
|
export PYSETUP_PATH="/opt/pysetup"
|
||||||
|
|
||||||
[ -e /usr/share/mealie ] && rm -fr /usr/share/mealie
|
[ -e /usr/share/mealie ] && rm -fr /usr/share/mealie
|
||||||
mkdir /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
|
cd /usr/share/mealie
|
||||||
poetry install -E pgsql --no-dev
|
poetry install -E pgsql --no-dev
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=0.44.6
|
VERSION=0.45.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
|
||||||
|
|
Loading…
Reference in New Issue