mirror of
https://github.com/YunoHost-Apps/koel_ynh.git
synced 2024-09-03 19:35:54 +02:00
Merge pull request #6 from YunoHost-Apps/ci-auto-update-6.12.1
Upgrade to v6.12.1
This commit is contained in:
commit
46de614b09
3 changed files with 9 additions and 8 deletions
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -21,7 +21,7 @@ Koel is a simple web-based personal audio streaming service written in Vue on th
|
|||
Targeting web developers, Koel embraces some of the more modern web technologies to do its job.
|
||||
|
||||
|
||||
**Shipped version:** 6.11.2~ynh1
|
||||
**Shipped version:** 6.12.1~ynh1
|
||||
|
||||
**Demo:** https://demo.koel.dev
|
||||
|
||||
|
@ -49,4 +49,4 @@ or
|
|||
sudo yunohost app upgrade koel -u https://github.com/YunoHost-Apps/koel_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
||||
**More info regarding app packaging:** <https://yunohost.org/packaging_apps>
|
|
@ -1,5 +1,5 @@
|
|||
<!--
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/README-generator
|
||||
N.B.: This README was automatically generated by https://github.com/YunoHost/apps/tree/master/tools/readme_generator
|
||||
It shall NOT be edited by hand.
|
||||
-->
|
||||
|
||||
|
@ -21,7 +21,7 @@ Un simple service web de streaming audio personnel, écrit en Vue pour le client
|
|||
Destiné aux développeurs web, Koel utilise certaines des technologies web les plus modernes pour accomplir son travail.
|
||||
|
||||
|
||||
**Version incluse :** 6.11.2~ynh1
|
||||
**Version incluse :** 6.12.1~ynh1
|
||||
|
||||
**Démo :** https://demo.koel.dev
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ name = "Koel"
|
|||
description.en = "A simple web-based personal audio streaming service."
|
||||
description.fr = "Un simple service web de streaming audio personnel."
|
||||
|
||||
version = "6.11.2~ynh1"
|
||||
version = "6.12.1~ynh1"
|
||||
|
||||
maintainers = ["tituspijean"]
|
||||
|
||||
|
@ -43,10 +43,11 @@ ram.runtime = "50M"
|
|||
[resources.sources]
|
||||
|
||||
[resources.sources.main]
|
||||
url = "https://github.com/koel/koel/releases/download/v6.11.2/koel-v6.11.2.tar.gz"
|
||||
sha256 = "db344b927be7a403712c3f4198288c01792dd1dc54af9b76b4ea16d6e62e5dc7"
|
||||
url = "https://github.com/koel/koel/releases/download/v6.12.1/koel-v6.12.1.tar.gz"
|
||||
sha256 = "d6526eea07374e20b6cd627126edaff92ff5881c51d1947705613a0d0b7061f2"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset = "^koel-v.*tar.gz$"
|
||||
|
||||
[resources.system_user]
|
||||
allow_email = true
|
||||
|
|
Loading…
Add table
Reference in a new issue