mirror of
https://github.com/YunoHost-Apps/lxd_ynh.git
synced 2024-09-03 19:45:53 +02:00
Update manifest.toml
This commit is contained in:
parent
796bd27c9d
commit
d6888339f9
1 changed files with 4 additions and 4 deletions
|
@ -7,7 +7,7 @@ name = "LXD"
|
|||
description.en = "Offers a user experience similar to virtual machines but using Linux containers instead."
|
||||
description.fr = "Offre une expérience utilisateur similaire aux machines virtuelles mais en utilisant des conteneurs Linux à la place."
|
||||
|
||||
version = "5.20~ynh2"
|
||||
version = "5.21.1~ynh1"
|
||||
|
||||
maintainers = ["kay0u"]
|
||||
|
||||
|
@ -20,7 +20,7 @@ code = "https://github.com/canonical/lxd"
|
|||
cpe = "cpe:2.3:a:canonical:lxd"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 4.3.0"
|
||||
yunohost = ">= 11.2"
|
||||
architectures = "all"
|
||||
multi_instance = false
|
||||
ldap = "not_relevant"
|
||||
|
@ -44,8 +44,8 @@ ram.runtime = "500M"
|
|||
armhf.sha256 = "837f4bf4e22fcdf920ffeaa4abf3d02d1314e03725431065f4d44c46a01b42fe"
|
||||
|
||||
[resources.sources.lxd]
|
||||
url = "https://github.com/canonical/lxd/archive/refs/tags/lxd-5.21.1.tar.gz"
|
||||
sha256 = "3619f6ab718453aa47a6aad93f74b5cf55f5d329749975accb3da244c4cbae34"
|
||||
url = "https://github.com/canonical/lxd/releases/download/lxd-5.21.1/lxd-5.21.1.tar.gz"
|
||||
sha256 = "f148aa7e1fc31f6cef3038e141e9bd03787274ffc506b97376d758abf1a93cb7"
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
|
||||
[resources.system_user]
|
||||
|
|
Loading…
Reference in a new issue