From 038343fc0f83623b5d098d067d16d188062eefc6 Mon Sep 17 00:00:00 2001 From: Thomas Legay Date: Tue, 15 Oct 2024 10:40:56 +0200 Subject: [PATCH] ajout de la gestion d'un appostrophe utf8 --- ressources/babybuddy/debmaker | 2 +- ressources/bitwarden-desktop/debmaker | 2 +- ressources/forgejo/debmaker | 2 +- ressources/gotify/debmaker | 1 + ressources/joplin-desktop/debmaker | 2 +- ressources/keycloak/debmaker | 2 +- ressources/kimai2/debmaker | 2 +- ressources/metabase/debmaker | 2 +- ressources/moodle-auth-oidc/debmaker | 2 +- ressources/moodle-block-cohortspecifichtml/debmaker | 2 +- ressources/moodle-format-tiles/debmaker | 2 +- ressources/moodle-theme-adaptable/debmaker | 2 +- ressources/phpbb/debmaker | 2 +- ressources/roundcubemail/debmaker | 2 +- ressources/zigbee2mqtt/debmaker | 2 +- 15 files changed, 15 insertions(+), 14 deletions(-) diff --git a/ressources/babybuddy/debmaker b/ressources/babybuddy/debmaker index 1deb32a..ab0197d 100755 --- a/ressources/babybuddy/debmaker +++ b/ressources/babybuddy/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.5.0 +VERSION=2.6.0 APP=babybuddy DEPOT=https://github.com/babybuddy/babybuddy.git GIT_VERSION=v${VERSION} diff --git a/ressources/bitwarden-desktop/debmaker b/ressources/bitwarden-desktop/debmaker index 24e7e43..3d4ce99 100755 --- a/ressources/bitwarden-desktop/debmaker +++ b/ressources/bitwarden-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2024.7.1 +VERSION=2024.9.0 APP=bitwarden-desktop DEPOT=https://github.com/bitwarden/clients.git GIT_VERSION=desktop-v${VERSION} diff --git a/ressources/forgejo/debmaker b/ressources/forgejo/debmaker index 698ec33..9b65daf 100755 --- a/ressources/forgejo/debmaker +++ b/ressources/forgejo/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=8.0.1 +VERSION=8.0.3 APP=forgejo DEPOT=https://codeberg.org/forgejo/forgejo GIT_VERSION=v${VERSION} diff --git a/ressources/gotify/debmaker b/ressources/gotify/debmaker index 26865e3..a4d7fa7 100755 --- a/ressources/gotify/debmaker +++ b/ressources/gotify/debmaker @@ -28,6 +28,7 @@ build() { cd /tmp/${APP} PATH=${PATH}:/usr/local/go/bin export GO111MODULE=on + export NODE_OPTIONS=--openssl-legacy-provider make download-tools go get -d (cd ui && yarn && yarn build) diff --git a/ressources/joplin-desktop/debmaker b/ressources/joplin-desktop/debmaker index 78d60d3..0fb2909 100755 --- a/ressources/joplin-desktop/debmaker +++ b/ressources/joplin-desktop/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=3.1.1 +VERSION=3.1.15 APP=joplin-desktop GIT_VERSION=v${VERSION} DEB_VERSION=${VERSION}-$(date +%Y%m%d%H%M) diff --git a/ressources/keycloak/debmaker b/ressources/keycloak/debmaker index 512c056..a957077 100755 --- a/ressources/keycloak/debmaker +++ b/ressources/keycloak/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=25.0.2 +VERSION=25.0.6 APP=keycloak DEPOT=https://github.com/keycloak/keycloak.git GIT_VERSION=${VERSION} diff --git a/ressources/kimai2/debmaker b/ressources/kimai2/debmaker index 0b0d7e6..bd3fd19 100755 --- a/ressources/kimai2/debmaker +++ b/ressources/kimai2/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=2.20.1 +VERSION=2.21.0 APP=kimai2 DEPOT=https://github.com/kevinpapst/kimai2.git GIT_VERSION=${VERSION} diff --git a/ressources/metabase/debmaker b/ressources/metabase/debmaker index 56f1476..ca40a89 100755 --- a/ressources/metabase/debmaker +++ b/ressources/metabase/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=0.50.19.3 +VERSION=0.50.26.1 APP=metabase DEPOT=https://github.com/metabase/metabase.git GIT_VERSION=v$VERSION diff --git a/ressources/moodle-auth-oidc/debmaker b/ressources/moodle-auth-oidc/debmaker index 9d63d4d..2917891 100755 --- a/ressources/moodle-auth-oidc/debmaker +++ b/ressources/moodle-auth-oidc/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.3.1 +VERSION=4.4.0 APP=moodle-auth-oidc DEPOT=https://github.com/microsoft/moodle-auth_oidc.git GIT_VERSION=v$VERSION diff --git a/ressources/moodle-block-cohortspecifichtml/debmaker b/ressources/moodle-block-cohortspecifichtml/debmaker index b6d5c68..5ca39aa 100755 --- a/ressources/moodle-block-cohortspecifichtml/debmaker +++ b/ressources/moodle-block-cohortspecifichtml/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.3 +VERSION=4.4 APP=moodle-block-cohortspecifichtml DEPOT=https://github.com/moodle-an-hochschulen/moodle-block_cohortspecifichtml.git GIT_VERSION=v$VERSION-r1 diff --git a/ressources/moodle-format-tiles/debmaker b/ressources/moodle-format-tiles/debmaker index be55350..e6009b9 100755 --- a/ressources/moodle-format-tiles/debmaker +++ b/ressources/moodle-format-tiles/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=4.4.0.5 +VERSION=4.4.0.24 APP=moodle-format-tiles DEPOT=https://bitbucket.org/dw8/moodle-format_tiles.git GIT_VERSION=moodle44 diff --git a/ressources/moodle-theme-adaptable/debmaker b/ressources/moodle-theme-adaptable/debmaker index 1489d87..716dc13 100755 --- a/ressources/moodle-theme-adaptable/debmaker +++ b/ressources/moodle-theme-adaptable/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=403.1.4 +VERSION=404.1.0 APP=moodle-theme-adaptable DEPOT=https://github.com/gjbarnard/moodle-theme_adaptable.git GIT_VERSION=V$VERSION diff --git a/ressources/phpbb/debmaker b/ressources/phpbb/debmaker index 999fdcb..c72e3a1 100755 --- a/ressources/phpbb/debmaker +++ b/ressources/phpbb/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=3.3.12 +VERSION=3.3.13 APP=phpbb DEPOT=https://github.com/phpbb/phpbb.git GIT_VERSION=release-$VERSION diff --git a/ressources/roundcubemail/debmaker b/ressources/roundcubemail/debmaker index 1c35c35..322a1e9 100755 --- a/ressources/roundcubemail/debmaker +++ b/ressources/roundcubemail/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.6.8 +VERSION=1.6.9 APP=roundcubemail DEPOT=https://github.com/roundcube/roundcubemail.git GIT_VERSION=${VERSION} diff --git a/ressources/zigbee2mqtt/debmaker b/ressources/zigbee2mqtt/debmaker index bb1acc8..6723103 100755 --- a/ressources/zigbee2mqtt/debmaker +++ b/ressources/zigbee2mqtt/debmaker @@ -1,6 +1,6 @@ #!/bin/bash -VERSION=1.39.1 +VERSION=1.40.0 APP=zigbee2mqtt DEPOT=https://github.com/Koenkk/zigbee2mqtt.git GIT_VERSION=${VERSION}