mirror of
https://github.com/YunoHost-Apps/librespeed_ynh.git
synced 2024-09-03 19:36:23 +02:00
Merge pull request #15 from YunoHost-Apps/ci-auto-update-5.3.0
Upgrade to v5.3.0
This commit is contained in:
commit
fa76e35298
3 changed files with 7 additions and 5 deletions
|
@ -30,7 +30,7 @@ Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, m
|
|||
- Multiple Points of Test (optional)
|
||||
|
||||
|
||||
**Shipped version:** 5.2.5~ynh2
|
||||
**Shipped version:** 5.3.0~ynh1
|
||||
|
||||
**Demo:** https://librespeed.org
|
||||
|
||||
|
@ -44,6 +44,7 @@ Self-hosted Speed Test for HTML5 and more. Easy setup, examples, configurable, m
|
|||
* Official user documentation: <https://github.com/librespeed/speedtest/wiki>
|
||||
* Official admin documentation: <https://github.com/librespeed/speedtest/wiki>
|
||||
* Upstream app code repository: <https://github.com/librespeed/speedtest>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/librespeed>
|
||||
* Report a bug: <https://github.com/YunoHost-Apps/librespeed_ynh/issues>
|
||||
|
||||
## Developer info
|
||||
|
|
|
@ -28,7 +28,7 @@ Test de vitesse auto-hébergé pour HTML5 et plus. Configuration facile, exemple
|
|||
- Partage des résultats (facultatif)
|
||||
- Plusieurs points de test (facultatif)
|
||||
|
||||
**Version incluse :** 5.2.5~ynh2
|
||||
**Version incluse :** 5.3.0~ynh1
|
||||
|
||||
**Démo :** https://librespeed.org
|
||||
|
||||
|
@ -42,6 +42,7 @@ Test de vitesse auto-hébergé pour HTML5 et plus. Configuration facile, exemple
|
|||
* Documentation officielle utilisateur : <https://github.com/librespeed/speedtest/wiki>
|
||||
* Documentation officielle de l’admin : <https://github.com/librespeed/speedtest/wiki>
|
||||
* Dépôt de code officiel de l’app : <https://github.com/librespeed/speedtest>
|
||||
* YunoHost Store: <https://apps.yunohost.org/app/librespeed>
|
||||
* Signaler un bug : <https://github.com/YunoHost-Apps/librespeed_ynh/issues>
|
||||
|
||||
## Informations pour les développeurs
|
||||
|
|
|
@ -5,7 +5,7 @@ name = "LibreSpeed"
|
|||
description.en = "Very lightweight Speedtest"
|
||||
description.fr = "Test de vitesse de connexion très léger"
|
||||
|
||||
version = "5.2.5~ynh2"
|
||||
version = "5.3.0~ynh1"
|
||||
|
||||
maintainers = ["Augustin Rungeard"]
|
||||
|
||||
|
@ -54,8 +54,8 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/librespeed/speedtest/archive/refs/tags/5.2.5.tar.gz"
|
||||
sha256 = "ed1a1d688201ed40514a68cf46738b4cd1ffee992aa838cf45ecc2fc3485c53b"
|
||||
url = "https://github.com/librespeed/speedtest/archive/refs/tags/5.3.0.tar.gz"
|
||||
sha256 = "c43a1682caffdb2102eee89e8440d426cd627a79d0106458105be37c6064f935"
|
||||
autoupdate.strategy = "latest_github_tag"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Add table
Reference in a new issue