diff --git a/ressources/authelia/debmaker b/ressources/authelia/debmaker index 0929c6f..eb7d484 100755 --- a/ressources/authelia/debmaker +++ b/ressources/authelia/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.36.1 +VERSION=4.36.2 [ -e ./lib/function.sh ] && source ./lib/function.sh @@ -20,7 +20,7 @@ envinit() { wget -qO - https://deb.nodesource.com/setup_16.x | bash apt-get update apt-get install -y nodejs - wget -qO - https://go.dev/dl/go1.18.1.linux-amd64.tar.gz | tar -C /usr/local -xz + wget -qO - https://go.dev/dl/go1.18.3.linux-amd64.tar.gz | tar -C /usr/local -xz wget -qO - https://get.pnpm.io/install.sh | sh - } diff --git a/ressources/mautrix-whatsapp/debian/changelog b/ressources/mautrix-whatsapp/debian/changelog index 0aced69..65f3a89 100644 --- a/ressources/mautrix-whatsapp/debian/changelog +++ b/ressources/mautrix-whatsapp/debian/changelog @@ -1,4 +1,10 @@ -mautrix-whatsapp (0.4.0) UNRELEASED; urgency=medium +mautrix-whatsapp (0.5.0) UNRELEASED; urgency=medium + + * First deb version + + -- Thomas Legay Mon, 03 Jul 2022 21:08:37 +0200 + + mautrix-whatsapp (0.4.0) UNRELEASED; urgency=medium * First deb version diff --git a/ressources/mautrix-whatsapp/debmaker b/ressources/mautrix-whatsapp/debmaker index 2f51f1e..a1c14f2 100755 --- a/ressources/mautrix-whatsapp/debmaker +++ b/ressources/mautrix-whatsapp/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.4.0 +VERSION=0.5.0 [ -e ./lib/function.sh ] && source ./lib/function.sh