2019-05-26 14:28:21 +02:00

31 lines
1.2 KiB
JSON

{
"version": "2.6.9",
"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.9/webhook-windows-amd64.tar.gz",
"hash": "f4d0000187e36150ddfef0431993f155780fc9393c3b7b596236f7fa9b1af3e2",
"extract_dir": "webhook-windows-amd64"
},
"32bit": {
"url": "https://github.com/adnanh/webhook/releases/download/2.6.9/webhook-windows-386.tar.gz",
"hash": "362aeba1a67b308184ce81123ab2428d5c025f92bcba7424028eef3ea9fc541d",
"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"
}
}
}
}