mirror of
https://github.com/YunoHost-Apps/gotify_ynh.git
synced 2024-09-03 20:36:26 +02:00
upgrade to 2.0.4
This commit is contained in:
parent
2ce381eb5d
commit
06d4c63c72
6 changed files with 9 additions and 9 deletions
|
@ -10,7 +10,7 @@ If you don't have YunoHost, please see [here](https://yunohost.org/#/install) to
|
|||
## Overview
|
||||
Gotify is a simple server for sending and receiving messages in real-time per web socket. (Includes a sleek web-ui)
|
||||
|
||||
**Shipped version:** 2.0.2
|
||||
**Shipped version:** 2.0.4
|
||||
|
||||
## Screenshots
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ Si vous n'avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) pour
|
|||
## Vue d'ensemble
|
||||
Gotify est un simple serveur permettant d'envoyer et de recevoir des messages via websocket.
|
||||
|
||||
**Version incluse:** 2.0.2
|
||||
**Version incluse:** 2.0.4
|
||||
|
||||
## Captures d'écran
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.2/gotify-linux-amd64.zip
|
||||
SOURCE_SUM=c11d144574432ef9b2a94c03e360b5b24db4f12ea31492321213ef94f55dadaf
|
||||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.4/gotify-linux-amd64.zip
|
||||
SOURCE_SUM=09c79c54bc9de30a8ed6fcb75c6b1ac813537e616319e8a78d67cc7594d99fee
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.2/gotify-linux-arm-7.zip
|
||||
SOURCE_SUM=2171bb271e92b467cb9e340b699fc3df3b7a9ff9230608463636c8b76327cdcb
|
||||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.4/gotify-linux-arm-7.zip
|
||||
SOURCE_SUM=d964267ef0be9511fdb0fdf00605a70e1143a94432513fbdb0b1c3b4050dd8e1
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.2/gotify-linux-arm64.zip
|
||||
SOURCE_SUM=93850b5518631ef26d8e86d6c0798cc0eeb1c0e00d9e48282fa7f09787bd6529
|
||||
SOURCE_URL=https://github.com/gotify/server/releases/download/v2.0.4/gotify-linux-arm64.zip
|
||||
SOURCE_SUM=451c404eb9d565366760aa91f56949dd0a16f36fe138d46826216600bdfcf308
|
||||
SOURCE_SUM_PRG=sha256sum
|
||||
SOURCE_FORMAT=zip
|
||||
SOURCE_IN_SUBDIR=false
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
"en": "A simple server for sending and receiving messages.",
|
||||
"fr": "Un simple serveur pour envoyer et recevoir des messages."
|
||||
},
|
||||
"version": "1.2.1",
|
||||
"version": "2.0.4",
|
||||
"url": "http://gotify.net",
|
||||
"license": "MIT",
|
||||
"maintainer": {
|
||||
|
|
Loading…
Add table
Reference in a new issue