mirror of
https://github.com/YunoHost-Apps/mytinytodo_ynh.git
synced 2024-09-03 19:46:01 +02:00
Testing (#44)
* 1.6.8 (#25) * 1.6.8 * Update updater.sh * Config panel (#30) * Update manifest.json * Auto-update README * Update config_panel.toml * 1.6.10 (#33) * 1.6.10 * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> * Auto-update README * [autopatch] Add Common Platform Enumeration id to `manifest.json` (#35) Co-authored-by: Yunohost-Bot <> * set relative path for --keep opt (#36) * Update manifest.json * Auto-update README * Fix scripts order * 1.7.2 (#38) * 1.7.0 * Auto-update README * Update install * fix * Update install * Update mytinytodo.sql * Fix * Update install * Update restore * Update upgrade * Fix * 1.7.1 * Auto-update README * Fix * Fix * 1.7.2 * Update upgrade * Auto-update README * Update upgrade * Update upgrade Co-authored-by: yunohost-bot <yunohost@yunohost.org> * 1.7.3 * Auto-update README Co-authored-by: yunohost-bot <yunohost@yunohost.org> Co-authored-by: YunoHost Bot <yunohost-bot@users.noreply.github.com>
This commit is contained in:
parent
4578d8a841
commit
df0f3dd79d
4 changed files with 5 additions and 5 deletions
|
@ -31,7 +31,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
- tyle for mobiles devices
|
- tyle for mobiles devices
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 1.7.2~ynh1
|
**Shipped version:** 1.7.3~ynh1
|
||||||
|
|
||||||
**Demo:** https://www.mytinytodo.net/demo/
|
**Demo:** https://www.mytinytodo.net/demo/
|
||||||
|
|
||||||
|
|
|
@ -31,7 +31,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
||||||
- tyle for mobiles devices
|
- tyle for mobiles devices
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 1.7.2~ynh1
|
**Version incluse :** 1.7.3~ynh1
|
||||||
|
|
||||||
**Démo :** https://www.mytinytodo.net/demo/
|
**Démo :** https://www.mytinytodo.net/demo/
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
SOURCE_URL=https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.2/mytinytodo-v1.7.2.tar.gz
|
SOURCE_URL=https://github.com/maxpozdeev/mytinytodo/releases/download/v1.7.3/mytinytodo-v1.7.3.tar.gz
|
||||||
SOURCE_SUM=a48b4aae8e3d6a4ce9f8e81a97068d2b398243d0cccaa6dbc819e66101c25ca6
|
SOURCE_SUM=7ba7b4c78cf12cb56c70bbc3768e22d4e9de871d09dd5c25126b9d9e3e0cdec9
|
||||||
SOURCE_SUM_PRG=sha256sum
|
SOURCE_SUM_PRG=sha256sum
|
||||||
SOURCE_FORMAT=tar.gz
|
SOURCE_FORMAT=tar.gz
|
||||||
SOURCE_IN_SUBDIR=true
|
SOURCE_IN_SUBDIR=true
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Open source to-do list script",
|
"en": "Open source to-do list script",
|
||||||
"fr": "Gestionnaire de todo list"
|
"fr": "Gestionnaire de todo list"
|
||||||
},
|
},
|
||||||
"version": "1.7.2~ynh1",
|
"version": "1.7.3~ynh1",
|
||||||
"url": "http://www.mytinytodo.net/",
|
"url": "http://www.mytinytodo.net/",
|
||||||
"upstream": {
|
"upstream": {
|
||||||
"license": "GPL-2.0",
|
"license": "GPL-2.0",
|
||||||
|
|
Loading…
Reference in a new issue