2019-09-24 18:00:17 +00:00

31 lines
1.2 KiB
JSON

{
"version": "2.6.10",
"description": "A lightweight incoming webhook server to run shell commands.",
"homepage": "https://github.com/adnanh/webhook",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/adnanh/webhook/releases/download/2.6.10/webhook-windows-amd64.tar.gz",
"hash": "3ccbfde2ae3e6b63791e9b2a5f22dbb109bd21775a0c48777759e850005558ec",
"extract_dir": "webhook-windows-amd64"
},
"32bit": {
"url": "https://github.com/adnanh/webhook/releases/download/2.6.10/webhook-windows-386.tar.gz",
"hash": "e2650110b6ce60f495c856158c4ebf7fe484cbcb5904abd190bfa23d4eaf29e7",
"extract_dir": "webhook-windows-386"
}
},
"bin": "webhook.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-386.tar.gz"
}
}
}
}