From c092a0445927645b2cd3dbd1ff3fdf46e4b2a7f3 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 Apr 2023 10:11:26 +0200 Subject: [PATCH 1/4] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 2ee333b..e24e5ec 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app pkg_dependencies="libicu-dev python3-venv python3-icu pkg-config python3 python3-pip python3-dev build-essential libssl-dev libffi-dev python3-setuptools" -libretranslate_version="1.3.0" +libretranslate_version="1.3.10" #================================================= # PERSONAL HELPERS From 66c93fff13772d3c33823e79777bd98fb8ef4c47 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 Apr 2023 10:11:56 +0200 Subject: [PATCH 2/4] Update manifest.json --- manifest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/manifest.json b/manifest.json index 75c2d0f..0ffceaf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Open Source Machine Translation API, entirely self-hosted", "fr": "API de traduction automatique Open Source, entièrement auto-hébergée" }, - "version": "1.3.0~ynh1", + "version": "1.3.10~ynh1", "url": "https://libretranslate.com/", "upstream": { "license": "AGPL-3.0", @@ -17,8 +17,8 @@ }, "license": "AGPL-3.0", "maintainer": { - "name": "John doe", - "email": "john.doe@example.com" + "name": "", + "email": "" }, "requirements": { "yunohost": ">= 11.0.9" From 6635ab6963c96f5e6dd13122be2802ec4f5bcf05 Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Sun, 2 Apr 2023 08:12:01 +0000 Subject: [PATCH 3/4] Auto-update README --- README.md | 2 +- README_fr.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1a24cd..43514f3 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Shipped version:** 1.3.0~ynh1 +**Shipped version:** 1.3.10~ynh1 **Demo:** https://libretranslate.com/ diff --git a/README_fr.md b/README_fr.md index 6a9f364..5dcfeb4 100644 --- a/README_fr.md +++ b/README_fr.md @@ -19,7 +19,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Free and Open Source Machine Translation API, entirely self-hosted. Unlike other APIs, it doesn't rely on proprietary providers such as Google or Azure to perform translations. Instead, its translation engine is powered by the open source Argos Translate library. -**Version incluse :** 1.3.0~ynh1 +**Version incluse :** 1.3.10~ynh1 **Démo :** https://libretranslate.com/ From 69b66926043e114ff6169fd18044bd83b9a5b0dc Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sun, 2 Apr 2023 10:12:55 +0200 Subject: [PATCH 4/4] Update app.src --- conf/app.src | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/app.src b/conf/app.src index a7fab59..265cf81 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/LibreTranslate/LibreTranslate/archive/refs/tags/v1.3.0.tar.gz -SOURCE_SUM=6f73d4d7d2e3b5a9bb0bb06877708d5b9101e7928fa15d82744ce0eca6af9773 +SOURCE_URL=https://github.com/LibreTranslate/LibreTranslate/archive/refs/tags/v1.3.10.tar.gz +SOURCE_SUM=e6ce896b2da48e2a87d294d206db8e2d347b7f3e06d037a2b93ca01c0a6d5b4e SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true