ajout de la gestion d'un appostrophe utf8

This commit is contained in:
Thomas Legay 2024-10-15 10:40:56 +02:00
parent 6bc789087e
commit 038343fc0f
15 changed files with 15 additions and 14 deletions

View file

@ -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}

View file

@ -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}

View file

@ -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}

View file

@ -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)

View file

@ -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)

View file

@ -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}

View file

@ -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}

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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

View file

@ -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}

View file

@ -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}