diff --git a/ressources/adguardhome/debmaker b/ressources/adguardhome/debmaker index c815037..9ac231e 100755 --- a/ressources/adguardhome/debmaker +++ b/ressources/adguardhome/debmaker @@ -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} diff --git a/ressources/budibase/debmaker b/ressources/budibase/debmaker index b2e0058..eaa387e 100755 --- a/ressources/budibase/debmaker +++ b/ressources/budibase/debmaker @@ -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} diff --git a/ressources/clouseau/rootfs/usr/bin/clouseau b/ressources/clouseau/rootfs/usr/bin/clouseau index 9e59fc8..32efdb1 100755 --- a/ressources/clouseau/rootfs/usr/bin/clouseau +++ b/ressources/clouseau/rootfs/usr/bin/clouseau @@ -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 diff --git a/ressources/element-web/debmaker b/ressources/element-web/debmaker index 172a4b1..7996913 100755 --- a/ressources/element-web/debmaker +++ b/ressources/element-web/debmaker @@ -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} diff --git a/ressources/gitea/debmaker b/ressources/gitea/debmaker index 1a51257..237d348 100755 --- a/ressources/gitea/debmaker +++ b/ressources/gitea/debmaker @@ -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} diff --git a/ressources/glpi/debmaker b/ressources/glpi/debmaker index 1ce2b1f..42e700d 100755 --- a/ressources/glpi/debmaker +++ b/ressources/glpi/debmaker @@ -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 diff --git a/ressources/kimai2/debmaker b/ressources/kimai2/debmaker index eed8ffa..10c5f2a 100755 --- a/ressources/kimai2/debmaker +++ b/ressources/kimai2/debmaker @@ -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} diff --git a/ressources/metabase/debmaker b/ressources/metabase/debmaker index bb17d3d..937f7f8 100755 --- a/ressources/metabase/debmaker +++ b/ressources/metabase/debmaker @@ -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 diff --git a/ressources/minio/debmaker b/ressources/minio/debmaker index c37cf32..d424fe8 100755 --- a/ressources/minio/debmaker +++ b/ressources/minio/debmaker @@ -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(){ diff --git a/ressources/roundcubemail/debmaker b/ressources/roundcubemail/debmaker index a324b12..f6046e5 100755 --- a/ressources/roundcubemail/debmaker +++ b/ressources/roundcubemail/debmaker @@ -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} diff --git a/ressources/tt-rss-plugin-wallabag/debmaker b/ressources/tt-rss-plugin-wallabag/debmaker index 23de4d5..8063579 100755 --- a/ressources/tt-rss-plugin-wallabag/debmaker +++ b/ressources/tt-rss-plugin-wallabag/debmaker @@ -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 }