1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00

Merge pull request #39 from YunoHost-Apps/ci-auto-update-5.3.0

Upgrade to v5.3.0
This commit is contained in:
Éric Gaspar 2023-07-01 21:58:42 +02:00 committed by GitHub
commit ed1d8017e8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 6 deletions

View file

@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
TiddlyWiki is a complete interactive wiki in JavaScript. It can be used as a single HTML file in the browser or as a powerful Node.js application. It is highly customisable: the entire user interface is itself implemented in hackable WikiText.
**Shipped version:** 5.2.7~ynh1
**Shipped version:** 5.3.0~ynh1
**Demo:** https://tiddlywiki.com/

View file

@ -18,7 +18,7 @@ Si vous navez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po
TiddlyWiki est un wiki interactif complet en JavaScript. Il peut être utilisé comme un seul fichier HTML dans le navigateur ou comme une puissante application Node.js (cette dernière est utilisée pour YunoHost). Il est hautement personnalisable : toute l'interface utilisateur est elle-même implémentée dans WikiText modifiable.
**Version incluse :** 5.2.7~ynh1
**Version incluse :** 5.3.0~ynh1
**Démo :** https://tiddlywiki.com/

View file

@ -5,7 +5,7 @@ name = "TiddlyWiki"
description.en = "Non-linear personal web notebook"
description.fr = "Carnet Web personnel non linéaire"
version = "5.2.7~ynh1"
version = "5.3.0~ynh1"
maintainers = ["eric_G"]
@ -17,7 +17,7 @@ admindoc = "https://tiddlywiki.com/"
code = "https://github.com/Jermolene/TiddlyWiki5"
[integration]
yunohost = ">= 11.1.16"
yunohost = ">= 11.1.21"
architectures = "all"
multi_instance = false
ldap = false
@ -47,8 +47,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/Jermolene/TiddlyWiki5/archive/v5.2.7.tar.gz"
sha256 = "8db7e0a196f6afe311b0c4f5fd7ae36ad56ef31315480ae511f968691c3870ec"
url = "https://github.com/Jermolene/TiddlyWiki5/archive/refs/tags/v5.3.0.tar.gz"
sha256 = "28046aa38301eabb0e98710bddd78f1ae1d5f671cf4a1bb1cf847884614294ca"
autoupdate.strategy = "latest_github_tag"
[resources.ports]