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

Merge pull request #65 from YunoHost-Apps/testing

Testing
This commit is contained in:
eric_G 2024-06-24 11:33:20 +02:00 committed by GitHub
commit e7432a14d6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 15 additions and 15 deletions

View file

@ -19,7 +19,7 @@ It shall NOT be edited by hand.
Gotify is a simple server for sending and receiving messages in real-time per web socket. Gotify is a simple server for sending and receiving messages in real-time per web socket.
**Shipped version:** 2.4.0~ynh2 **Shipped version:** 2.5.0~ynh1
## Screenshots ## Screenshots

View file

@ -19,7 +19,7 @@ No se debe editar a mano.
Gotify is a simple server for sending and receiving messages in real-time per web socket. Gotify is a simple server for sending and receiving messages in real-time per web socket.
**Versión actual:** 2.4.0~ynh2 **Versión actual:** 2.5.0~ynh1
## Capturas ## Capturas

View file

@ -19,7 +19,7 @@ EZ editatu eskuz.
Gotify is a simple server for sending and receiving messages in real-time per web socket. Gotify is a simple server for sending and receiving messages in real-time per web socket.
**Paketatutako bertsioa:** 2.4.0~ynh2 **Paketatutako bertsioa:** 2.5.0~ynh1
## Pantaila-argazkiak ## Pantaila-argazkiak

View file

@ -19,7 +19,7 @@ Il NE doit PAS être modifié à la main.
Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket. Gotify est un serveur simple permettant d'envoyer et de recevoir des messages via websocket.
**Version incluse:** 2.4.0~ynh2 **Version incluse:** 2.5.0~ynh1
## Captures décran ## Captures décran

View file

@ -19,7 +19,7 @@ NON debe editarse manualmente.
Gotify is a simple server for sending and receiving messages in real-time per web socket. Gotify is a simple server for sending and receiving messages in real-time per web socket.
**Versión proporcionada:** 2.4.0~ynh2 **Versión proporcionada:** 2.5.0~ynh1
## Capturas de pantalla ## Capturas de pantalla

View file

@ -19,7 +19,7 @@
Gotify is a simple server for sending and receiving messages in real-time per web socket. Gotify is a simple server for sending and receiving messages in real-time per web socket.
**分发版本:** 2.4.0~ynh2 **分发版本:** 2.5.0~ynh1
## 截图 ## 截图

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"