Update manifest
This commit is contained in:
parent
d753a2f0d5
commit
ef833de48e
1 changed files with 14 additions and 12 deletions
|
@ -1,19 +1,18 @@
|
|||
packaging_format = 2
|
||||
|
||||
id = "prosody"
|
||||
name = "Prosody"
|
||||
description.en = "Modern XMPP communication server"
|
||||
description.fr = "Serveur de communication XMPP moderne"
|
||||
id = "snikket"
|
||||
name = "Snikket"
|
||||
description.en = "XMPP-based chat that is simple, secure, and private"
|
||||
|
||||
version = "0.12.4~ynh3"
|
||||
version = "dev~ynh1"
|
||||
|
||||
maintainers = ["yalh76"]
|
||||
maintainers = ["NorbiPeti"]
|
||||
|
||||
[upstream]
|
||||
license = "MIT"
|
||||
website = "https://prosody.im/"
|
||||
admindoc = "https://prosody.im/doc"
|
||||
code = "https://hg.prosody.im/"
|
||||
license = "Apache"
|
||||
website = "https://snikket.org/"
|
||||
admindoc = "https://snikket.org/service/quickstart/"
|
||||
code = "https://github.com/snikket-im/snikket-server/"
|
||||
|
||||
[integration]
|
||||
yunohost = ">= 11.2"
|
||||
|
@ -32,8 +31,11 @@ ram.runtime = "50M"
|
|||
|
||||
[resources]
|
||||
[resources.sources.main]
|
||||
url = "https://prosody.im/downloads/source/prosody-0.12.4.tar.gz"
|
||||
sha256 = "47d712273c2f29558c412f6cdaec073260bbc26b7dda243db580330183d65856"
|
||||
url = "https://github.com/snikket-im/snikket-server/archive/refs/tags/stable.20240221.tar.gz"
|
||||
sha256 = "f33ad5ccddb52bb08059b0b7b0b38ab4d7ceb1304866b214ce554546efface06"
|
||||
[resources.sources.prosody]
|
||||
url = "https://hg.prosody.im/trunk/archive/41a587613a0e.tar.gz"
|
||||
sha256 = "701ce4761b1979614712ac9c9c13cb700415469a8e11ed9e3140fd6795bbcdcd"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue