From b95b56d7aee37ede22f8a689b900d7ad45106ec4 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Sun, 15 Dec 2019 14:00:21 +0000 Subject: [PATCH] webhook: Update to version 2.6.11 --- bucket/webhook.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/webhook.json b/bucket/webhook.json index 9b46bebb8c..dceeb9dd7c 100644 --- a/bucket/webhook.json +++ b/bucket/webhook.json @@ -1,17 +1,17 @@ { - "version": "2.6.10", + "version": "2.6.11", "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.6.10/webhook-windows-amd64.tar.gz", - "hash": "3ccbfde2ae3e6b63791e9b2a5f22dbb109bd21775a0c48777759e850005558ec", + "url": "https://github.com/adnanh/webhook/releases/download/2.6.11/webhook-windows-amd64.tar.gz", + "hash": "9f2dd5df89a980b745da1fac138c1edbe9b58a697ca617b1e3a981f4806ad311", "extract_dir": "webhook-windows-amd64" }, "32bit": { - "url": "https://github.com/adnanh/webhook/releases/download/2.6.10/webhook-windows-386.tar.gz", - "hash": "e2650110b6ce60f495c856158c4ebf7fe484cbcb5904abd190bfa23d4eaf29e7", + "url": "https://github.com/adnanh/webhook/releases/download/2.6.11/webhook-windows-386.tar.gz", + "hash": "f34e2e7f0921a4b72001eeaf1afa46b4a1dcbb7830f2b7fe7f96b1e94632cc26", "extract_dir": "webhook-windows-386" } },