mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 09:41:20 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "2.6.11",
|
|
"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.11/webhook-windows-amd64.tar.gz",
|
|
"hash": "9f2dd5df89a980b745da1fac138c1edbe9b58a697ca617b1e3a981f4806ad311",
|
|
"extract_dir": "webhook-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/adnanh/webhook/releases/download/2.6.11/webhook-windows-386.tar.gz",
|
|
"hash": "f34e2e7f0921a4b72001eeaf1afa46b4a1dcbb7830f2b7fe7f96b1e94632cc26",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|