mirror of
https://github.com/YunoHost-Apps/libremdb_ynh.git
synced 2024-09-03 19:36:22 +02:00
Merge pull request #18 from YunoHost-Apps/ci-auto-update-3.3.0
Upgrade to v3.3.0
This commit is contained in:
commit
a5a67d1e1c
3 changed files with 7 additions and 5 deletions
|
@ -27,7 +27,7 @@ A free & open source IMDb front-end.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Shipped version:** 3.1.1~ynh1
|
**Shipped version:** 3.3.0~ynh1
|
||||||
|
|
||||||
**Demo:** https://libremdb.iket.me/about
|
**Demo:** https://libremdb.iket.me/about
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ A free & open source IMDb front-end.
|
||||||
|
|
||||||
* Official app website: <https://libremdb.iket.me/>
|
* Official app website: <https://libremdb.iket.me/>
|
||||||
* Upstream app code repository: <https://github.com/zyachel/libremdb>
|
* Upstream app code repository: <https://github.com/zyachel/libremdb>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/libremdb>
|
||||||
* Report a bug: <https://github.com/YunoHost-Apps/libremdb_ynh/issues>
|
* Report a bug: <https://github.com/YunoHost-Apps/libremdb_ynh/issues>
|
||||||
|
|
||||||
## Developer info
|
## Developer info
|
||||||
|
|
|
@ -27,7 +27,7 @@ A free & open source IMDb front-end.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
**Version incluse :** 3.1.1~ynh1
|
**Version incluse :** 3.3.0~ynh1
|
||||||
|
|
||||||
**Démo :** https://libremdb.iket.me/about
|
**Démo :** https://libremdb.iket.me/about
|
||||||
|
|
||||||
|
@ -39,6 +39,7 @@ A free & open source IMDb front-end.
|
||||||
|
|
||||||
* Site officiel de l’app : <https://libremdb.iket.me/>
|
* Site officiel de l’app : <https://libremdb.iket.me/>
|
||||||
* Dépôt de code officiel de l’app : <https://github.com/zyachel/libremdb>
|
* Dépôt de code officiel de l’app : <https://github.com/zyachel/libremdb>
|
||||||
|
* YunoHost Store: <https://apps.yunohost.org/app/libremdb>
|
||||||
* Signaler un bug : <https://github.com/YunoHost-Apps/libremdb_ynh/issues>
|
* Signaler un bug : <https://github.com/YunoHost-Apps/libremdb_ynh/issues>
|
||||||
|
|
||||||
## Informations pour les développeurs
|
## Informations pour les développeurs
|
||||||
|
|
|
@ -5,7 +5,7 @@ name = "Libremdb"
|
||||||
description.en = "Free & open source IMDb front-end"
|
description.en = "Free & open source IMDb front-end"
|
||||||
description.fr = "Frontal IMDb gratuit et open source"
|
description.fr = "Frontal IMDb gratuit et open source"
|
||||||
|
|
||||||
version = "3.2.0~ynh1"
|
version = "3.3.0~ynh1"
|
||||||
|
|
||||||
maintainers = []
|
maintainers = []
|
||||||
|
|
||||||
|
@ -35,8 +35,8 @@ ram.runtime = "50M"
|
||||||
|
|
||||||
[resources]
|
[resources]
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/zyachel/libremdb/archive/refs/tags/v3.2.0.tar.gz"
|
url = "https://github.com/zyachel/libremdb/archive/refs/tags/v3.3.0.tar.gz"
|
||||||
sha256 = "baf72984729978c10d901778c72863d87d64d27b52d72062af793855a8b28781"
|
sha256 = "f7ecc1c8ed695909f6dca82e58809b1bcfcc3c76c7121f56b71365301ec5c025"
|
||||||
autoupdate.strategy = "latest_github_tag"
|
autoupdate.strategy = "latest_github_tag"
|
||||||
|
|
||||||
[resources.ports]
|
[resources.ports]
|
||||||
|
|
Loading…
Reference in a new issue