mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
Update manifest.toml
This commit is contained in:
parent
68b2b06a89
commit
3088112473
1 changed files with 9 additions and 9 deletions
|
@ -5,7 +5,7 @@ name = "Gotify"
|
|||
description.en = "Simple server for sending and receiving messages"
|
||||
description.fr = "Simple serveur pour envoyer et recevoir des messages"
|
||||
|
||||
version = "2.3.0~ynh1"
|
||||
version = "2.4.0~ynh1"
|
||||
|
||||
maintainers = ["plopoyop"]
|
||||
|
||||
|
@ -49,14 +49,14 @@ ram.runtime = "50M"
|
|||
[resources]
|
||||
[resources.sources.main]
|
||||
in_subdir = false
|
||||
armhf.url = "https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-arm-7.zip"
|
||||
armhf.sha256 = "510030433d27fb11566f7f26c2159a70a35deddc6a595be5a802467dc7408f26"
|
||||
arm64.url = "https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-arm64.zip"
|
||||
arm64.sha256 = "dc7caac45fbc4e3ab189e72b3a6d56890b4c16a341cca4f3de9a706c8b96c42c"
|
||||
amd64.url = "https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-amd64.zip"
|
||||
amd64.sha256 = "53ebd14063c36aba91844e9a7671a51b14878b4a1d8599c92dd8dbcc8e7d4527"
|
||||
i386.url = "https://github.com/gotify/server/releases/download/v2.3.0/gotify-linux-386.zip"
|
||||
i386.sha256 = "99db17eec0a1fa0a12ff3df463d77078a5114a57dbe1559e7a31e4c428ebe084"
|
||||
armhf.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-arm-7.zip"
|
||||
armhf.sha256 = "ac95becd69bb929bacdcaa96146a096d52022184e248771c9b165d0e9de7ce62"
|
||||
arm64.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-arm64.zip"
|
||||
arm64.sha256 = "dcbd8bc712eba260f6478c972d23b422cfa22783ab74b92df68cd8004d7d0e8d"
|
||||
amd64.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-amd64.zip"
|
||||
amd64.sha256 = "19abcf38d2624ec648d77531924b7698d79eefe2cc0d4690c72aefcb441e0279"
|
||||
i386.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-386.zip"
|
||||
i386.sha256 = "8e6c44a53fc32e857f55ce32180990a560000fb591e2a6039ff3a4acccb045d8"
|
||||
|
||||
[resources.system_user]
|
||||
|
||||
|
|
Loading…
Reference in a new issue