mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
commit
eafac7db07
3 changed files with 5 additions and 5 deletions
|
@ -30,7 +30,7 @@ Simple way to manage your todo lists.
|
|||
- Password protection
|
||||
|
||||
|
||||
**Shipped version:** 1.8.0~ynh1
|
||||
**Shipped version:** 1.8.1~ynh1
|
||||
|
||||
**Demo:** https://www.mytinytodo.net/demo/
|
||||
|
||||
|
|
|
@ -29,7 +29,7 @@ myTinyTodo permet de Gérer efficacement vos listes de tâches.
|
|||
- Mot de passe de protection
|
||||
|
||||
|
||||
**Version incluse :** 1.8.0~ynh1
|
||||
**Version incluse :** 1.8.1~ynh1
|
||||
|
||||
**Démo :** https://www.mytinytodo.net/demo/
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "myTinyTodo"
|
|||
description.en = "Open source to-do list script"
|
||||
description.fr = "Gestionnaire de todo list"
|
||||
|
||||
version = "1.8.0~ynh1"
|
||||
version = "1.8.1~ynh1"
|
||||
|
||||
maintainers = ["plabuse"]
|
||||
|
||||
|
@ -47,8 +47,8 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.8.0/mytinytodo-v1.8.0.tar.gz"
|
||||
sha256 = "6343bf1c60664a896ad3f111639386113fd31904ca63a41480dacf61672e918c"
|
||||
url = "https://github.com/maxpozdeev/mytinytodo/releases/download/v1.8.1/mytinytodo-v1.8.1.tar.gz"
|
||||
sha256 = "1add8ea5ca3d43ec7b8d6c6c73689b620534e4fbacb270333c61117350d258b3"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue