1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/gotify_ynh.git synced 2024-09-03 20:36:26 +02:00

Upgrade to v2.5.0

https://github.com/gotify/server/releases/tag/v2.5.0
This commit is contained in:
yunohost-bot 2024-06-24 03:37:15 +02:00 committed by YunoHost Bot
parent e30b50c01e
commit c83c8125b8

View file

@ -5,7 +5,7 @@ name = "Gotify"
description.en = "Simple server for sending and receiving messages" description.en = "Simple server for sending and receiving messages"
description.fr = "Simple serveur pour envoyer et recevoir des messages" description.fr = "Simple serveur pour envoyer et recevoir des messages"
version = "2.4.0~ynh2" version = "2.5.0~ynh1"
maintainers = ["plopoyop"] maintainers = ["plopoyop"]
@ -49,14 +49,14 @@ ram.runtime = "50M"
[resources] [resources]
[resources.sources.main] [resources.sources.main]
in_subdir = false in_subdir = false
armhf.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-arm-7.zip" armhf.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-arm-7.zip"
armhf.sha256 = "ac95becd69bb929bacdcaa96146a096d52022184e248771c9b165d0e9de7ce62" armhf.sha256 = "85017500913394421a9fa31e339327fb73cc3ee8753724cfcb95728c46de556a"
arm64.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-arm64.zip" arm64.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-arm64.zip"
arm64.sha256 = "dcbd8bc712eba260f6478c972d23b422cfa22783ab74b92df68cd8004d7d0e8d" arm64.sha256 = "c84c794719d1c56fc9c1b781579ac3c5326995a201cf758ce38d5aa208e070ad"
amd64.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-amd64.zip" amd64.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-amd64.zip"
amd64.sha256 = "19abcf38d2624ec648d77531924b7698d79eefe2cc0d4690c72aefcb441e0279" amd64.sha256 = "6cf0fb4608f734008c42850c15248a287621b620852d91d8cec6787d1c0e7189"
i386.url = "https://github.com/gotify/server/releases/download/v2.4.0/gotify-linux-386.zip" i386.url = "https://github.com/gotify/server/releases/download/v2.5.0/gotify-linux-386.zip"
i386.sha256 = "8e6c44a53fc32e857f55ce32180990a560000fb591e2a6039ff3a4acccb045d8" i386.sha256 = "a17340eeb95062ca39c36c1047cad16e9f97b4a33b914cef97b3bf3bff069d42"
autoupdate.strategy = "latest_github_release" autoupdate.strategy = "latest_github_release"
autoupdate.asset.armhf = "gotify-linux-arm-7.zip" autoupdate.asset.armhf = "gotify-linux-arm-7.zip"