diff --git a/bucket/webhook.json b/bucket/webhook.json new file mode 100644 index 0000000000..d4edec99ef --- /dev/null +++ b/bucket/webhook.json @@ -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" + } + } + } +}