mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
parent
e30b50c01e
commit
c83c8125b8
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.4.0~ynh2"
|
||||
version = "2.5.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.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"
|
||||
armhf.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-arm-7.zip"
|
||||
armhf.sha256 = "85017500913394421a9fa31e339327fb73cc3ee8753724cfcb95728c46de556a"
|
||||
arm64.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-arm64.zip"
|
||||
arm64.sha256 = "c84c794719d1c56fc9c1b781579ac3c5326995a201cf758ce38d5aa208e070ad"
|
||||
amd64.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-amd64.zip"
|
||||
amd64.sha256 = "6cf0fb4608f734008c42850c15248a287621b620852d91d8cec6787d1c0e7189"
|
||||
i386.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-386.zip"
|
||||
i386.sha256 = "a17340eeb95062ca39c36c1047cad16e9f97b4a33b914cef97b3bf3bff069d42"
|
||||
|
||||
autoupdate.strategy = "latest_github_release"
|
||||
autoupdate.asset.armhf = "gotify-linux-arm-7.zip"
|
||||
|
|
Loading…
Add table
Reference in a new issue