update version
This commit is contained in:
parent
d71fcdf702
commit
e3b1112be7
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.108.0-b.24
|
||||
VERSION=0.108.0-b.25
|
||||
APP=adguardhome
|
||||
DEPOT=https://github.com/AdguardTeam/AdGuardHome.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=2.2.10
|
||||
VERSION=2.2.22
|
||||
APP=budibase
|
||||
DEPOT=https://github.com/Budibase/budibase.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -7,6 +7,6 @@
|
|||
-XX:OnOutOfMemoryError="kill -9 %p" \
|
||||
-XX:+UseConcMarkSweepGC \
|
||||
-XX:+CMSParallelRemarkEnabled \
|
||||
-classpath '/opt/clouseau/*' \
|
||||
-classpath '/usr/lib/clouseau/*' \
|
||||
com.cloudant.clouseau.Main \
|
||||
/etc/clouseau/clouseau.ini
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.11.17
|
||||
VERSION=1.11.20
|
||||
APP=element-web
|
||||
DEPOT=https://github.com/vector-im/element-web.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.18.1
|
||||
VERSION=1.18.3
|
||||
APP=gitea
|
||||
DEPOT=https://github.com/go-gitea/gitea.git
|
||||
GIT_VERSION=v${VERSION}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=10.0.5
|
||||
VERSION=10.0.6
|
||||
APP=glpi
|
||||
DEPOT=https://github.com/glpi-project/glpi.git
|
||||
GIT_VERSION=${VERSION}
|
||||
DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=4
|
||||
PACKAGE_DEPENDENCY="patch composer php-json php-xml php-curl php-gd php-intl php-ldap php-zip php-mysql gettext"
|
||||
PACKAGE_DEPENDENCY="patch composer php-json php-xml php-curl php-gd php-intl php-ldap php-zip php-mysql gettext nodejs"
|
||||
|
||||
main() {
|
||||
base_package_upgrade
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.30.3
|
||||
VERSION=1.30.5
|
||||
APP=kimai2
|
||||
DEPOT=https://github.com/kevinpapst/kimai2.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=0.45.2
|
||||
VERSION=0.45.2.1
|
||||
APP=metabase
|
||||
DEPOT=https://github.com/metabase/metabase.git
|
||||
GIT_VERSION=v$VERSION
|
||||
|
|
|
@ -1,12 +1,12 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=RELEASE.2022-12-12T19-27-27Z
|
||||
VERSION=RELEASE.2023-01-20T02-05-44Z
|
||||
APP=minio
|
||||
DEPOT=https://github.com/minio/minio.git
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=${VERSION:8:4}${VERSION:13:2}${VERSION:16:2}${VERSION:19:2}${VERSION:22:2}-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=4
|
||||
IMAGE_SIZE=5
|
||||
PACKAGE_DEPENDENCY="build-essential"
|
||||
|
||||
main(){
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/bash
|
||||
|
||||
VERSION=1.6.0
|
||||
VERSION=1.6.1
|
||||
APP=roundcubemail
|
||||
DEPOT=https://github.com/roundcube/roundcubemail.git
|
||||
GIT_VERSION=${VERSION}
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
|
||||
APP=tt-rss-plugin-wallabag
|
||||
VERSION=2.0.2
|
||||
GIT_VERSION=$VERSION
|
||||
DEB_VERSION=$VERSION
|
||||
GIT_VERSION=last
|
||||
DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)
|
||||
DEBIAN_VERSION_CODENAME=bullseye
|
||||
IMAGE_SIZE=1
|
||||
#DEPOT=https://github.com/joshp23/ttrss-to-wallabag-v2.git
|
||||
|
@ -12,6 +12,7 @@ DEPOT=https://github.com/tomamplius/ttrss-to-wallabag-v2
|
|||
main(){
|
||||
base_package_upgrade
|
||||
get_git_source
|
||||
sed 's/plugins.local/plugins/' /tmp/${APP}/wallabag_v2/init.php
|
||||
makedeb
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue