mirror of
https://github.com/YunoHost-Apps/languagetool_ynh.git
synced 2024-09-03 19:35:58 +02:00
Update to version 5.8 (#20)
* Update to version 5.8, fix mistake in URL * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org>
This commit is contained in:
parent
970215f3bc
commit
8dd28b9cdf
5 changed files with 8 additions and 6 deletions
|
@ -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/
|
||||
|
||||
|
|
|
@ -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/
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue