mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-08 17:51:21 +00:00
Add webhook version 2.6.9 (#89)
This commit is contained in:
parent
91e5d89bd6
commit
74a1810c7c
30
bucket/webhook.json
Normal file
30
bucket/webhook.json
Normal file
@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user