diff --git a/README.MD b/README.MD index 69ac948..eac56fa 100644 --- a/README.MD +++ b/README.MD @@ -59,6 +59,7 @@ To enter in temporary filesystem - [kimai2](./ressources/kimai2) - [mautrix-syncproxy and mautrix-wsproxy](./ressources/mautrix-syncproxy) - [mautrix-whatsapp](./ressources/mautrix-whatsapp) + - [mailhog](./ressources/mailhog) - [metabase](./ressources/metabase) - [minio](./ressources/minio) - [phpbb](./ressources/phpbb) diff --git a/ressources/gitea/debmaker b/ressources/gitea/debmaker index 3742a69..06ee2ad 100755 --- a/ressources/gitea/debmaker +++ b/ressources/gitea/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.17.2 +VERSION=1.17.3 APP=gitea DEPOT=https://github.com/go-gitea/gitea.git GIT_VERSION=v${VERSION} diff --git a/ressources/vaultwarden-web/debmaker b/ressources/vaultwarden-web/debmaker index eab9aa9..128d5cf 100755 --- a/ressources/vaultwarden-web/debmaker +++ b/ressources/vaultwarden-web/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2022.6.2 +VERSION=2022.10.0 APP=vaultwarden-web GIT_VERSION=v$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M) diff --git a/ressources/vaultwarden/debmaker b/ressources/vaultwarden/debmaker index dadc9e4..1044189 100755 --- a/ressources/vaultwarden/debmaker +++ b/ressources/vaultwarden/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.25.2 +VERSION=1.26.0 APP=vaultwarden GIT_VERSION=$VERSION DEB_VERSION=$VERSION-$(date +%Y%m%d%H%M)