From cd8a09fb0f552066f69c9f8916211815f7eb369f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 May 2023 20:25:31 +0000 Subject: [PATCH] webhook: Update to version 2.8.1 --- bucket/webhook.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/webhook.json b/bucket/webhook.json index 33165f913b..12b00d4fff 100644 --- a/bucket/webhook.json +++ b/bucket/webhook.json @@ -1,17 +1,17 @@ { - "version": "2.8.0", + "version": "2.8.1", "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.0/webhook-windows-amd64.tar.gz", - "hash": "0b8a3eba99a329fc41ea7ab32cda5265da2af26f8e2932ce2049064ae46c8f9c", + "url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-amd64.tar.gz", + "hash": "4bee044b6f2e449062da7faae5bc36bdb1201086d4170834da2a4def77f8aa48", "extract_dir": "webhook-windows-amd64" }, "32bit": { - "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-386.tar.gz", - "hash": "c36eedd07149bc4f2dbf5ef57219444ad15ee65bead59c26162e0237fc0f9af9", + "url": "https://github.com/adnanh/webhook/releases/download/2.8.1/webhook-windows-386.tar.gz", + "hash": "d5873b9154ed1daa4a123898ea9bbfa4ff2562d18e01a5dcc3e56b2db0d6e694", "extract_dir": "webhook-windows-386" } },