2020-05-13 09:27:04 +02:00

31 lines
1.2 KiB
JSON

{
"version": "2.7.0",
"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.7.0/webhook-windows-amd64.tar.gz",
"hash": "f1a95cb74b1563b251ce077664b716efe99f22f15413fa47f07b0c55c1234c8a",
"extract_dir": "webhook-windows-amd64"
},
"32bit": {
"url": "https://github.com/adnanh/webhook/releases/download/2.7.0/webhook-windows-386.tar.gz",
"hash": "fb6de8daa9ddd118ed13a0b39d48aaef318b7e907921d9fc2e302a0070cf1008",
"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"
}
}
}
}