diff --git a/README.md b/README.md index 08b950e..cb3d8d7 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,8 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in LanguageTool is a multilingual grammar, style, and spell checker. This package provides the API server for use by other programs, like the LanguageTool extensions for browsers and word processors. -**Shipped version:** 5.7~ynh2 +**Shipped version:** 5.8~ynh1 + **Demo:** https://api.languagetool.org/ diff --git a/README_fr.md b/README_fr.md index 8bfd2eb..90dd996 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,8 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour LanguageTool est un correcteur d'orthographe, de grammaire et de style multilingue. Ce paquet fournit le serveur API pour utilisation depuis d'autres programmes, comme les extensions LangageTool pour navigateurs et logiciels de bureautique. -**Version incluse :** 5.7~ynh2 +**Version incluse :** 5.8~ynh1 + **Démo :** https://api.languagetool.org/ diff --git a/conf/app.src b/conf/app.src index d93e58f..38c61d7 100644 --- a/conf/app.src +++ b/conf/app.src @@ -1,5 +1,5 @@ -SOURCE_URL=https://languagetool.org/download/LanguageTool-5.7.zip -SOURCE_SUM=0c7ca3f7fa94d298c4ffb9d342b33e31cf6e93015602227b94924e3237b5ce79 +SOURCE_URL=https://languagetool.org/download/LanguageTool-5.8.zip +SOURCE_SUM=20913a50eb4568fdc727066eee8aab833f52b626710fc9e0213c3f1098bfdee3 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true diff --git a/conf/ngram-it.src b/conf/ngram-it.src index 5046f0c..eaa0e1c 100644 --- a/conf/ngram-it.src +++ b/conf/ngram-it.src @@ -1,4 +1,4 @@ -SOURCE_URL=https://languagetool.org/download/ngram-data/untested/ngram-he-20150915.zip +SOURCE_URL=https://languagetool.org/download/ngram-data/untested/ngram-it-20150915.zip SOURCE_SUM=092eeb91d138b808ad3e9b7e98973da503f824caf8a943c41c8700126b11f9f9 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip diff --git a/manifest.json b/manifest.json index 6d62c0b..8b087b7 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Multilingual grammar, style, and spell checker (API)", "fr": "Correcteur d'orthographe, de grammaire et de style multilingue (API)" }, - "version": "5.7~ynh2", + "version": "5.8~ynh1", "url": "https://languagetool.org", "upstream": { "license": "LGPL-2.1-only",