diff --git a/bucket/webhook.json b/bucket/webhook.json new file mode 100644 index 00000000..c11f6e2c --- /dev/null +++ b/bucket/webhook.json @@ -0,0 +1,46 @@ +{ + "version": "2.8.0", + "description": "A lightweight incoming webhook server to run shell commands", + "homepage": "https://github.com/adnanh/webhook", + "license": { + "identifier": "MIT", + "url": "https://github.com/adnanh/webhook/blob/2.8.0/LICENSE" + }, + "changelog": "https://github.com/adnanh/webhook/releases/tag/2.8.0", + "architecture": { + "64bit": { + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-amd64.tar.gz", + "hash": "md5:0b5895ce6b721c151e5a7ba499c3092a", + "extract_dir": "webhook-windows-amd64" + }, + "32bit": { + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-386.tar.gz", + "hash": "md5:d034baac6741fe0b0914cc933231475f", + "extract_dir": "webhook-windows-386" + }, + "arm64": { + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-arm.tar.gz", + "hash": "md5:128e9d0ae6b6859bd5fc78b4cdfa6870", + "extract_dir": "webhook-windows-arm" + } + }, + "bin": "webhook.exe", + "checkver": "github", + "autoupdate": { + "changelog": "https://github.com/adnanh/webhook/releases/tag/$version", + "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" + }, + "arm64": { + "url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-arm.tar.gz" + } + }, + "hash": { + "url": "https://github.com/adnanh/webhook/releases/tag/$version" + } + } +}