mirror of
https://github.com/YunoHost-Apps/listmonk_ynh.git
synced 2024-09-03 19:36:15 +02:00
Update manifest.toml
This commit is contained in:
parent
590c841f62
commit
019269b03f
1 changed files with 6 additions and 5 deletions
|
@ -46,8 +46,8 @@ ram.runtime = "50M"
|
||||||
[resources.sources]
|
[resources.sources]
|
||||||
|
|
||||||
[resources.sources.main]
|
[resources.sources.main]
|
||||||
url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.2.0.tar.gz"
|
url = "https://github.com/knadh/listmonk/archive/refs/tags/v2.3.0.tar.gz"
|
||||||
sha256 = "6eef831f7ceef80624ae69cd7020504344410d0f8015a0e150b88d324894ca8d"
|
sha256 = "54cab80ca16dbf58ce40b7fc1ae88a9f8ed4c9d9a54387a77b1a90cb4dba3404"
|
||||||
|
|
||||||
[resources.system_user]
|
[resources.system_user]
|
||||||
|
|
||||||
|
@ -71,9 +71,10 @@ ram.runtime = "50M"
|
||||||
[resources.apt]
|
[resources.apt]
|
||||||
packages = "postgresql"
|
packages = "postgresql"
|
||||||
|
|
||||||
extras.repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
[resources.apt.extras.yarn]
|
||||||
extras.key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
repo = "deb https://dl.yarnpkg.com/debian/ stable main"
|
||||||
extras.packages = "yarn"
|
key = "https://dl.yarnpkg.com/debian/pubkey.gpg"
|
||||||
|
packages = "yarn"
|
||||||
|
|
||||||
[resources.database]
|
[resources.database]
|
||||||
type = "postgresql"
|
type = "postgresql"
|
||||||
|
|
Loading…
Reference in a new issue