diff --git a/bucket/webhook.json b/bucket/webhook.json index 12b00d4fff..3c8f0c33ab 100644 --- a/bucket/webhook.json +++ b/bucket/webhook.json @@ -1,17 +1,17 @@ { - "version": "2.8.1", + "version": "2.8.2", "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.1/webhook-windows-amd64.tar.gz", - "hash": "4bee044b6f2e449062da7faae5bc36bdb1201086d4170834da2a4def77f8aa48", + "url": "https://github.com/adnanh/webhook/releases/download/2.8.2/webhook-windows-amd64.tar.gz", + "hash": "cbba045cda61597c8876dd4a60c1c0f857d85b10cfac876e7c7eecd189eb8cd8", "extract_dir": "webhook-windows-amd64" }, "32bit": { - "url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-386.tar.gz", - "hash": "d5873b9154ed1daa4a123898ea9bbfa4ff2562d18e01a5dcc3e56b2db0d6e694", + "url": "https://github.com/adnanh/webhook/releases/download/2.8.2/webhook-windows-386.tar.gz", + "hash": "1f3fff8cd6a5d4e34b44b92960cc43f8d5635994b2d62f5730a22769b9b87156", "extract_dir": "webhook-windows-386" } },