webhook: Update to version 2.8.1

This commit is contained in:
github-actions[bot] 2023-05-22 20:25:31 +00:00
parent 047ad48c6e
commit cd8a09fb0f

View File

@ -1,17 +1,17 @@
{ {
"version": "2.8.0", "version": "2.8.1",
"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.0/webhook-windows-amd64.tar.gz", "url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-amd64.tar.gz",
"hash": "0b8a3eba99a329fc41ea7ab32cda5265da2af26f8e2932ce2049064ae46c8f9c", "hash": "4bee044b6f2e449062da7faae5bc36bdb1201086d4170834da2a4def77f8aa48",
"extract_dir": "webhook-windows-amd64" "extract_dir": "webhook-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-386.tar.gz", "url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-386.tar.gz",
"hash": "c36eedd07149bc4f2dbf5ef57219444ad15ee65bead59c26162e0237fc0f9af9", "hash": "d5873b9154ed1daa4a123898ea9bbfa4ff2562d18e01a5dcc3e56b2db0d6e694",
"extract_dir": "webhook-windows-386" "extract_dir": "webhook-windows-386"
} }
}, },