diff --git a/conf/app.src b/conf/app.src index e3f9fc8..a7fab59 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://github.com/LibreTranslate/LibreTranslate/archive/refs/tags/v1.2.7.tar.gz -SOURCE_SUM=aa0d9696d4b1f49c649f4ce69aad3a129bf743add3486571b28866c65376edb5 +SOURCE_URL=https://github.com/LibreTranslate/LibreTranslate/archive/refs/tags/v1.3.0.tar.gz +SOURCE_SUM=6f73d4d7d2e3b5a9bb0bb06877708d5b9101e7928fa15d82744ce0eca6af9773 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=tar.gz SOURCE_IN_SUBDIR=true diff --git a/manifest.json b/manifest.json index f9b0f6c..75c2d0f 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.2.7~ynh1", + "version": "1.3.0~ynh1", "url": "https://libretranslate.com/", "upstream": { "license": "AGPL-3.0", @@ -21,7 +21,7 @@ "email": "john.doe@example.com" }, "requirements": { - "yunohost": ">= 4.3.0" + "yunohost": ">= 11.0.9" }, "multi_instance": false, "services": [ diff --git a/scripts/_common.sh b/scripts/_common.sh index 6cf7301..2ee333b 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.2.7" +libretranslate_version="1.3.0" #================================================= # PERSONAL HELPERS