1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/libretranslate_ynh.git synced 2024-09-03 19:36:00 +02:00
This commit is contained in:
ericgaspar 2022-11-06 08:50:27 +01:00
parent 93e30bdac4
commit bbd88018c4
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
SOURCE_URL=https://github.com/LibreTranslate/LibreTranslate/archive/refs/tags/v1.2.7.tar.gz SOURCE_URL=https://github.com/LibreTranslate/LibreTranslate/archive/refs/tags/v1.3.0.tar.gz
SOURCE_SUM=aa0d9696d4b1f49c649f4ce69aad3a129bf743add3486571b28866c65376edb5 SOURCE_SUM=6f73d4d7d2e3b5a9bb0bb06877708d5b9101e7928fa15d82744ce0eca6af9773
SOURCE_SUM_PRG=sha256sum SOURCE_SUM_PRG=sha256sum
SOURCE_FORMAT=tar.gz SOURCE_FORMAT=tar.gz
SOURCE_IN_SUBDIR=true SOURCE_IN_SUBDIR=true

View file

@ -6,7 +6,7 @@
"en": "Open Source Machine Translation API, entirely self-hosted", "en": "Open Source Machine Translation API, entirely self-hosted",
"fr": "API de traduction automatique Open Source, entièrement auto-hébergée" "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/", "url": "https://libretranslate.com/",
"upstream": { "upstream": {
"license": "AGPL-3.0", "license": "AGPL-3.0",
@ -21,7 +21,7 @@
"email": "john.doe@example.com" "email": "john.doe@example.com"
}, },
"requirements": { "requirements": {
"yunohost": ">= 4.3.0" "yunohost": ">= 11.0.9"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [

View file

@ -7,7 +7,7 @@
# dependencies used by the app # 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" 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 # PERSONAL HELPERS