update version
This commit is contained in:
parent
e0c4c37238
commit
51e86e6b36
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=4.37.1
|
||||
VERSION=4.37.2
|
||||
APP=authelia
|
||||
DEPOT=https://github.com/authelia/authelia.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.11.10
|
||||
VERSION=1.11.12
|
||||
APP=element-web
|
||||
DEPOT=https://github.com/vector-im/element-web.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
@ -32,7 +32,7 @@ build() {
|
|||
makedeb(){
|
||||
PATH_DEB=/tmp/src/rootfs
|
||||
|
||||
tar -zxf /tmp/${APP}/dist/element-${GIT_VERSION}.tar.gz --strip-components=1 -C ${PATH_DEB}/usr/share/element-web/
|
||||
tar -zxf /tmp/${APP}/dist/element-${GIT_VERSION}*.tar.gz --strip-components=1 -C ${PATH_DEB}/usr/share/element-web/
|
||||
cp /tmp/${APP}/config.sample.json ${PATH_DEB}/etc/element-web/config.json
|
||||
|
||||
sed -i "s/%VERSION%/$DEB_VERSION/" ${PATH_DEB}/DEBIAN/control
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.27.0
|
||||
VERSION=1.28.0
|
||||
APP=kimai2
|
||||
DEPOT=https://github.com/kevinpapst/kimai2.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -1,12 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
APP=tt-rss-plugin-wallabag
|
||||
VERSION=$(date +%Y%m.%d.%H%M)
|
||||
GIT_VERSION=2.0.0
|
||||
VERSION=2.0.1
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=$VERSION
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=1
|
||||
DEPOT=https://github.com/joshp23/ttrss-to-wallabag-v2.git
|
||||
#DEPOT=https://github.com/joshp23/ttrss-to-wallabag-v2.git
|
||||
DEPOT=https://github.com/tomamplius/ttrss-to-wallabag-v2
|
||||
|
||||
STEP="base_package_upgrade get_git_source makedeb"
|
||||
|
||||
|
|
Loading…
Reference in New Issue