mirror of
https://github.com/YunoHost-Apps/emoncms_ynh.git
synced 2024-09-03 18:36:03 +02:00
Upgrade sources
- `main` v11.6.4: https://github.com/emoncms/emoncms/releases/tag/11.6.4 - `graph` v11.6.4: https://github.com/emoncms/emoncms/releases/tag/11.6.4
This commit is contained in:
parent
ba981c9722
commit
f9dbfabfe5
1 changed files with 5 additions and 5 deletions
|
@ -7,7 +7,7 @@ name = "Emoncms"
|
||||||
description.en = "Processing, logging and visualising energy, temperature and other environmental data"
|
description.en = "Processing, logging and visualising energy, temperature and other environmental data"
|
||||||
description.fr = "Traitement enregistrement et la visualisation de l'énergie, de la température et d'autres données environnementales"
|
description.fr = "Traitement enregistrement et la visualisation de l'énergie, de la température et d'autres données environnementales"
|
||||||
|
|
||||||
version = "11.6.2~ynh2"
|
version = "11.6.4~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -44,14 +44,14 @@ ram.runtime = "50M"
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.2.tar.gz"
|
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.4.tar.gz"
|
||||||
sha256 = "124304ecba074d2e082389fbb8794a253b32768e70b4026322c6dc1f29dbea42"
|
sha256 = "645649f1d554be34e3d9d0f7d60fca2b4a558d8056ef150982d5eb8684d98c3a"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
autoupdate.asset = "tarball"
|
autoupdate.asset = "tarball"
|
||||||
|
|
||||||
[resources.sources.graph]
|
[resources.sources.graph]
|
||||||
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.2.tar.gz"
|
url = "https://github.com/emoncms/emoncms/archive/refs/tags/11.6.4.tar.gz"
|
||||||
sha256 = "124304ecba074d2e082389fbb8794a253b32768e70b4026322c6dc1f29dbea42"
|
sha256 = "645649f1d554be34e3d9d0f7d60fca2b4a558d8056ef150982d5eb8684d98c3a"
|
||||||
in_subdir = false
|
in_subdir = false
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
autoupdate.asset = "tarball"
|
autoupdate.asset = "tarball"
|
||||||
|
|
Loading…
Reference in a new issue