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

Merge pull request #5 from YunoHost-Apps/testing

Update manifest.toml
This commit is contained in:
eric_G 2023-11-21 20:10:42 +01:00 committed by GitHub
commit 8eadda6dc1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -29,7 +29,7 @@ Traccar is an open source GPS tracking system. It supports more than 200 GPS pro
- Email and SMS support
**Shipped version:** 5.9~ynh1
**Shipped version:** 5.10~ynh1
**Demo:** https://www.traccar.org/demo-server/

View file

@ -29,7 +29,7 @@ Traccar est un système de suivi GPS open source. Il prend en charge plus de 200
- Assistance par e-mail et SMS
**Version incluse :** 5.9~ynh1
**Version incluse :** 5.10~ynh1
**Démo :** https://www.traccar.org/demo-server/

View file

@ -7,7 +7,7 @@ name = "Traccar"
description.en = "GPS tracking platform"
description.fr = "Plateforme de suivi GPS"
version = "5.9~ynh1"
version = "5.10~ynh1"
maintainers = ["eric_G"]
@ -44,8 +44,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/traccar/traccar/releases/download/v5.9/traccar-other-5.9.zip"
sha256 = "38eb9f5e1fb1e208143827985f08be7cef304e6c97dfd102d93a5cf6577d6b1d"
url = "https://github.com/traccar/traccar/releases/download/v5.10/traccar-other-5.10.zip"
sha256 = "5cf39049dba802e8b31d3fa1e2f5b924a525362420636ec97d8310932591831c"
in_subdir = false
format = "zip"
autoupdate.strategy = "latest_github_tag"