webhook: Update to version 2.8.2

This commit is contained in:
github-actions[bot] 2024-10-26 00:34:48 +00:00
parent 52d6384ee9
commit bc507401e8

View File

@ -1,17 +1,17 @@
{ {
"version": "2.8.1", "version": "2.8.2",
"description": "A lightweight incoming webhook server to run shell commands.", "description": "A lightweight incoming webhook server to run shell commands.",
"homepage": "https://github.com/adnanh/webhook", "homepage": "https://github.com/adnanh/webhook",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-amd64.tar.gz", "url": "https://github.com/adnanh/webhook/releases/download/2.8.2/webhook-windows-amd64.tar.gz",
"hash": "4bee044b6f2e449062da7faae5bc36bdb1201086d4170834da2a4def77f8aa48", "hash": "cbba045cda61597c8876dd4a60c1c0f857d85b10cfac876e7c7eecd189eb8cd8",
"extract_dir": "webhook-windows-amd64" "extract_dir": "webhook-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-386.tar.gz", "url": "https://github.com/adnanh/webhook/releases/download/2.8.2/webhook-windows-386.tar.gz",
"hash": "d5873b9154ed1daa4a123898ea9bbfa4ff2562d18e01a5dcc3e56b2db0d6e694", "hash": "1f3fff8cd6a5d4e34b44b92960cc43f8d5635994b2d62f5730a22769b9b87156",
"extract_dir": "webhook-windows-386" "extract_dir": "webhook-windows-386"
} }
}, },