From 4fefaf269ad64f19f28aebff205dc946532a3995 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakub=20=C4=8C=C3=A1bera?= Date: Wed, 18 Aug 2021 08:06:34 -0700 Subject: [PATCH] webhook: Add version 2.8.0 --- bucket/webhook.json | 46 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 bucket/webhook.json diff --git a/bucket/webhook.json b/bucket/webhook.json new file mode 100644 index 00000000..c11f6e2c --- /dev/null +++ b/bucket/webhook.json @@ -0,0 +1,46 @@ +{ + "version": "2.8.0", + "description": "A lightweight incoming webhook server to run shell commands", + "homepage": "https://github.com/adnanh/webhook", + "license": { + "identifier": "MIT", + "url": "https://github.com/adnanh/webhook/blob/2.8.0/LICENSE" + }, + "changelog": "https://github.com/adnanh/webhook/releases/tag/2.8.0", + "architecture": { + "64bit": { + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-amd64.tar.gz", + "hash": "md5:0b5895ce6b721c151e5a7ba499c3092a", + "extract_dir": "webhook-windows-amd64" + }, + "32bit": { + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-386.tar.gz", + "hash": "md5:d034baac6741fe0b0914cc933231475f", + "extract_dir": "webhook-windows-386" + }, + "arm64": { + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-arm.tar.gz", + "hash": "md5:128e9d0ae6b6859bd5fc78b4cdfa6870", + "extract_dir": "webhook-windows-arm" + } + }, + "bin": "webhook.exe", + "checkver": "github", + "autoupdate": { + "changelog": "https://github.com/adnanh/webhook/releases/tag/$version", + "architecture": { + "64bit": { + "url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-amd64.tar.gz" + }, + "32bit": { + "url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-386.tar.gz" + }, + "arm64": { + "url": "https://github.com/adnanh/webhook/releases/download/$version/webhook-windows-arm.tar.gz" + } + }, + "hash": { + "url": "https://github.com/adnanh/webhook/releases/tag/$version" + } + } +}