1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cloudlog_ynh.git synced 2024-09-03 18:16:23 +02:00

Merge pull request #38 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-03-07 18:22:26 +01:00 committed by GitHub
commit a4accd3fe5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 15 deletions

View file

@ -20,7 +20,7 @@ Cloudlog is an open-source PHP & MySQL based amateur radio logging application,
This is an ideal general-purpose logging application, supporting HF to Microwave, it can even interface with your radio via CAT, sync logs from WSJT-X & if you are a satellite operator integrates with SatPC32.
**Shipped version:** 2.6.5~ynh1
**Shipped version:** 2.6.6~ynh1
## Screenshots
@ -28,10 +28,10 @@ This is an ideal general-purpose logging application, supporting HF to Microwave
## Documentation and resources
* Official app website: <https://www.cloudlog.co.uk>
* Upstream app code repository: <https://github.com/magicbug/Cloudlog>
* YunoHost Store: <https://apps.yunohost.org/app/cloudlog>
* Report a bug: <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
- Official app website: <https://www.cloudlog.co.uk>
- Upstream app code repository: <https://github.com/magicbug/Cloudlog>
- YunoHost Store: <https://apps.yunohost.org/app/cloudlog>
- Report a bug: <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
## Developer info

View file

@ -20,7 +20,7 @@ Cloudlog est une application de journalisation radio amateur open-source basée
Il s'agit d'une application de journalisation polyvalente idéale, prenant en charge HF vers micro-ondes, elle peut même s'interfacer avec votre radio via CAT, synchroniser les journaux de WSJT-X et si vous êtes un opérateur satellite, s'intègre à SatPC32.
**Version incluse :** 2.6.5~ynh1
**Version incluse :** 2.6.6~ynh1
## Captures décran
@ -28,10 +28,10 @@ Il s'agit d'une application de journalisation polyvalente idéale, prenant en ch
## Documentations et ressources
* Site officiel de lapp : <https://www.cloudlog.co.uk>
* Dépôt de code officiel de lapp : <https://github.com/magicbug/Cloudlog>
* YunoHost Store: <https://apps.yunohost.org/app/cloudlog>
* Signaler un bug : <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
- Site officiel de lapp : <https://www.cloudlog.co.uk>
- Dépôt de code officiel de lapp : <https://github.com/magicbug/Cloudlog>
- YunoHost Store : <https://apps.yunohost.org/app/cloudlog>
- Signaler un bug : <https://github.com/YunoHost-Apps/cloudlog_ynh/issues>
## Informations pour les développeurs

View file

@ -5,7 +5,7 @@ name = "CloudLog"
description.en = "Web based amateur radio logging application"
description.fr = "Application Web d'enregistrement radioamateur"
version = "2.6.5~ynh1"
version = "2.6.6~ynh1"
maintainers = ["eric_G"]
@ -40,8 +40,8 @@ ram.runtime = "50M"
[resources.sources]
[resources.sources.main]
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.5.tar.gz"
sha256 = "03b6caf7131db79e903b8b7bd1bd62e0b8ce52e5b01614c75250c3dd22a87237"
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.6.tar.gz"
sha256 = "98707dc4c967eb305be38db030431a2d58e14f89bd0d89d16ad5980cd4aea92d"
autoupdate.strategy = "latest_github_tag"
[resources.system_user]