update versions
This commit is contained in:
parent
8da4693b9f
commit
d6ac2b56c1
10 changed files with 15 additions and 12 deletions
|
@ -64,10 +64,10 @@ default_prebuild(){
|
||||||
get_git_source
|
get_git_source
|
||||||
}
|
}
|
||||||
|
|
||||||
|
source /tmp/src/debmaker
|
||||||
|
|
||||||
if [ ! "$1" == "" ];
|
if [ ! "$1" == "" ];
|
||||||
then
|
then
|
||||||
source /tmp/src/debmaker
|
|
||||||
FUNC=$1
|
FUNC=$1
|
||||||
shift
|
shift
|
||||||
${FUNC} $*
|
${FUNC} $*
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=0.108.0-b.12
|
VERSION=0.108.0-b.14
|
||||||
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}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=4.36.4
|
VERSION=4.36.7
|
||||||
APP=authelia
|
APP=authelia
|
||||||
DEPOT=https://github.com/authelia/authelia.git
|
DEPOT=https://github.com/authelia/authelia.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.11.3
|
VERSION=1.11.4
|
||||||
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}
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.17.0
|
VERSION=1.17.2
|
||||||
APP=gitea
|
APP=gitea
|
||||||
DEPOT=https://github.com/go-gitea/gitea.git
|
DEPOT=https://github.com/go-gitea/gitea.git
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
|
|
|
@ -1,18 +1,20 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
APP=gotify
|
APP=gotify
|
||||||
VERSION=2.1.5
|
VERSION=2.1.6
|
||||||
GIT_VERSION=v$VERSION
|
GIT_VERSION=v$VERSION
|
||||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||||
DEBIAN_VERSION_CODENAME=bullseye
|
DEBIAN_VERSION_CODENAME=bullseye
|
||||||
IMAGE_SIZE=6
|
IMAGE_SIZE=6
|
||||||
|
DEPOT=https://github.com/gotify/server.git
|
||||||
|
PACKAGE_DEPENDENCY="build-essential nodejs yarn"
|
||||||
|
|
||||||
STEP="base_package_upgrade envinit get_git_source build makedeb"
|
STEP="base_package_upgrade envinit get_git_source build makedeb"
|
||||||
|
|
||||||
envinit() {
|
envinit() {
|
||||||
configure_depot_yarn
|
configure_depot_yarn
|
||||||
configure_depot_nodejs
|
configure_depot_nodejs
|
||||||
apt install -y --no-install-recommends build-essential nodejs yarn
|
install_package_dependency
|
||||||
install_go
|
install_go
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -31,6 +33,7 @@ makedeb(){
|
||||||
PATH_DEB=/tmp/src/rootfs
|
PATH_DEB=/tmp/src/rootfs
|
||||||
|
|
||||||
cp /tmp/${APP}/gotify-server ${PATH_DEB}/usr/bin/
|
cp /tmp/${APP}/gotify-server ${PATH_DEB}/usr/bin/
|
||||||
|
chmod +x ${PATH_DEB}/usr/bin/gotify-server
|
||||||
cp /tmp/${APP}/config.example.yml ${PATH_DEB}/etc/gotify/config.yml
|
cp /tmp/${APP}/config.example.yml ${PATH_DEB}/etc/gotify/config.yml
|
||||||
sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control
|
sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control
|
||||||
fakeroot dpkg-deb -Z gzip --build ${PATH_DEB} /tmp/dist
|
fakeroot dpkg-deb -Z gzip --build ${PATH_DEB} /tmp/dist
|
||||||
|
|
|
@ -7,7 +7,7 @@ After=network.target
|
||||||
User=gotify
|
User=gotify
|
||||||
Group=gotify
|
Group=gotify
|
||||||
ExecStart=/usr/bin/gotify-server
|
ExecStart=/usr/bin/gotify-server
|
||||||
WorkingDirectory=/var/lib/gotify-server
|
WorkingDirectory=/var/lib/gotify
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=multi-user.target
|
WantedBy=multi-user.target
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=2.9.2
|
VERSION=2.9.4
|
||||||
APP=joplin-desktop
|
APP=joplin-desktop
|
||||||
GIT_VERSION=v${VERSION}
|
GIT_VERSION=v${VERSION}
|
||||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=0.44.1
|
VERSION=0.44.2
|
||||||
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
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
VERSION=1.27.0
|
VERSION=1.27.2
|
||||||
APP=zigbee2mqtt
|
APP=zigbee2mqtt
|
||||||
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
|
DEPOT=https://github.com/Koenkk/zigbee2mqtt.git
|
||||||
GIT_VERSION=${VERSION}
|
GIT_VERSION=${VERSION}
|
||||||
|
|
Loading…
Reference in a new issue