mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
31 lines
1.2 KiB
JSON
31 lines
1.2 KiB
JSON
{
|
|
"version": "2.8.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.8.0/webhook-windows-amd64.tar.gz",
|
|
"hash": "0b8a3eba99a329fc41ea7ab32cda5265da2af26f8e2932ce2049064ae46c8f9c",
|
|
"extract_dir": "webhook-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-386.tar.gz",
|
|
"hash": "c36eedd07149bc4f2dbf5ef57219444ad15ee65bead59c26162e0237fc0f9af9",
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|