1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tandoor_ynh.git synced 2024-09-03 20:35:56 +02:00

Merge pull request #65 from YunoHost-Apps/testing

Testing
This commit is contained in:
OniriCorpe 2024-02-15 23:14:56 +01:00 committed by GitHub
commit b7d3e66f69
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 8 additions and 8 deletions

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -45,7 +45,7 @@ a public page.
- 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/)
- Many more like recipe scaling, image compression, printing views and supermarkets
**Shipped version:** 1.5.11~ynh2
**Shipped version:** 1.5.13~ynh1
**Demo:** https://app.tandoor.dev/accounts/login/?demo
@ -74,4 +74,4 @@ or
sudo yunohost app upgrade tandoor -u https://github.com/YunoHost-Apps/tandoor_ynh/tree/testing --debug
```
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>

View file

@ -1,5 +1,5 @@
<!--
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
It shall NOT be edited by hand.
-->
@ -45,7 +45,7 @@ a public page.
- 📥️ **Import your collection** from many other [recipe managers](https://docs.tandoor.dev/features/import_export/)
- Many more like recipe scaling, image compression, printing views and supermarkets
**Version incluse :** 1.5.11~ynh2
**Version incluse :** 1.5.13~ynh1
**Démo :** https://app.tandoor.dev/accounts/login/?demo

View file

@ -7,7 +7,7 @@ name = "Tandoor"
description.en = "Application for managing and sharing recipes, planning meals, building shopping lists and much much more!"
description.fr = "Gérez et partagez vos recettes, planifiez vos repas, créez vos listes de courses et beaucoup plus encore !"
version = "1.5.11~ynh2"
version = "1.5.13~ynh1"
maintainers = ["Navan Chauhan"]
@ -42,8 +42,8 @@ ram.runtime = "50M"
[resources]
[resources.sources.main]
url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.11.tar.gz"
sha256 = "deda304272a3a327eb24cd83dce61acfd86470a9bb885d31269ea01c6d1f9f14"
url = "https://github.com/TandoorRecipes/recipes/archive/refs/tags/1.5.13.tar.gz"
sha256 = "ac4f4b2bab97e1c376f2723720b4068a8c415fe074f290fef7498f9ea5541cf3"
in_subdir = true
autoupdate.strategy = "latest_github_tag"