mirror of
https://github.com/YunoHost-Apps/cloudlog_ynh.git
synced 2024-09-03 18:16:23 +02:00
Merge pull request #41 from YunoHost-Apps/ci-auto-update-2.6.7
Upgrade to v2.6.7
This commit is contained in:
commit
4840c929df
2 changed files with 5 additions and 6 deletions
|
@ -19,8 +19,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in
|
||||||
Cloudlog is an open-source PHP & MySQL based amateur radio logging application, allowing you to log contacts via a web browser on any device and platform.
|
Cloudlog is an open-source PHP & MySQL based amateur radio logging application, allowing you to log contacts via a web browser on any device and platform.
|
||||||
|
|
||||||
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.
|
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.7~ynh1
|
||||||
**Shipped version:** 2.6.6~ynh1
|
|
||||||
|
|
||||||
## Screenshots
|
## Screenshots
|
||||||
|
|
||||||
|
@ -39,7 +38,7 @@ Please send your pull request to the [testing branch](https://github.com/YunoHos
|
||||||
|
|
||||||
To try the testing branch, please proceed like that.
|
To try the testing branch, please proceed like that.
|
||||||
|
|
||||||
``` bash
|
```bash
|
||||||
sudo yunohost app install https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
|
sudo yunohost app install https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
|
||||||
or
|
or
|
||||||
sudo yunohost app upgrade cloudlog -u https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
|
sudo yunohost app upgrade cloudlog -u https://github.com/YunoHost-Apps/cloudlog_ynh/tree/testing --debug
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "CloudLog"
|
||||||
description.en = "Web based amateur radio logging application"
|
description.en = "Web based amateur radio logging application"
|
||||||
description.fr = "Application Web d'enregistrement radioamateur"
|
description.fr = "Application Web d'enregistrement radioamateur"
|
||||||
|
|
||||||
version = "2.6.6~ynh1"
|
version = "2.6.7~ynh1"
|
||||||
|
|
||||||
maintainers = [ ]
|
maintainers = [ ]
|
||||||
|
|
||||||
|
@ -40,8 +40,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.6.tar.gz"
|
url = "https://github.com/magicbug/Cloudlog/archive/refs/tags/2.6.7.tar.gz"
|
||||||
sha256 = "98707dc4c967eb305be38db030431a2d58e14f89bd0d89d16ad5980cd4aea92d"
|
sha256 = "1a7876aa6eff04f96d22ffd9e35492b79df43923e7af57ad10b2e007a570b321"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
Loading…
Reference in a new issue