gotify-cli: Add version 2.2.1, gotify-server: Add version 2.1.4 (#3250)

* Add gotify-cli and gotify-server manifests

* Applying reviews to gotify-cli and gotify-server manifests

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* Removing empty lines from gotify-cli and gotify-server manifests

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>

* fix whitespace

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
Co-authored-by: Rashil Gandhi <rashil2000@gmail.com>
This commit is contained in:
Gabe 2022-01-25 16:00:08 +01:00 committed by GitHub
parent 4da61f6682
commit 521f2e7265
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 61 additions and 0 deletions

30
bucket/gotify-cli.json Normal file
View File

@ -0,0 +1,30 @@
{
"version": "2.2.1",
"description": "A command line interface for pushing messages to Gotify server",
"homepage": "https://gotify.net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gotify/cli/releases/download/v2.2.1/gotify-cli-windows-amd64.exe#/gotify-cli.exe",
"hash": "b408bd9e7f4a69c39fc93c671deaccbdb17669f719cdbbdc8de93e2784de7a70"
},
"32bit": {
"url": "https://github.com/gotify/cli/releases/download/v2.2.1/gotify-cli-windows-386.exe#/gotify-cli.exe",
"hash": "82f5ecdb1ad27e0078f841b2b1644a50f39882918a6c5c1bd9f88973bca868bd"
}
},
"bin": "gotify-cli.exe",
"checkver": {
"github": "https://github.com/gotify/cli/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gotify/cli/releases/download/v$version/gotify-cli-windows-amd64.exe#/gotify-cli.exe"
},
"32bit": {
"url": "https://github.com/gotify/cli/releases/download/v$version/gotify-cli-windows-386.exe#/gotify-cli.exe"
}
}
}
}

31
bucket/gotify-server.json Normal file
View File

@ -0,0 +1,31 @@
{
"version": "2.1.4",
"description": "A simple server for sending and receiving messages in real-time per WebSocket, with a sleek web UI",
"homepage": "https://gotify.net/",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/gotify/server/releases/download/v2.1.4/gotify-windows-amd64.exe.zip",
"hash": "adf8bdad8ec032325169b0dbaa5952bc13fb547b570532cef60f2007623fcc93"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v2.1.4/gotify-windows-386.exe.zip",
"hash": "d3073247f1d6164362dfb1d279e40d664e3209672e6993763853defb561bb88a"
}
},
"pre_install": "Rename-Item \"$dir\\gotify-windows-*\" gotify.exe",
"bin": "gotify.exe",
"checkver": {
"github": "https://github.com/gotify/server/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-amd64.exe.zip"
},
"32bit": {
"url": "https://github.com/gotify/server/releases/download/v$version/gotify-windows-386.exe.zip"
}
}
}
}