From 74a1810c7c3f0bb30deeb14cc7630b6835854b12 Mon Sep 17 00:00:00 2001 From: linsui <36977733+linsui@users.noreply.github.com> Date: Sun, 26 May 2019 12:28:21 +0000 Subject: [PATCH] Add webhook version 2.6.9 (#89) --- bucket/webhook.json | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 bucket/webhook.json diff --git a/bucket/webhook.json b/bucket/webhook.json new file mode 100644 index 0000000000..d4edec99ef --- /dev/null +++ b/bucket/webhook.json @@ -0,0 +1,30 @@ +{ + "version": "2.6.9", + "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.9/webhook-windows-amd64.tar.gz", + "hash": "f4d0000187e36150ddfef0431993f155780fc9393c3b7b596236f7fa9b1af3e2", + "extract_dir": "webhook-windows-amd64" + }, + "32bit": { + "url": "https://github.com/adnanh/webhook/releases/download/2.6.9/webhook-windows-386.tar.gz", + "hash": "362aeba1a67b308184ce81123ab2428d5c025f92bcba7424028eef3ea9fc541d", + "extract_dir": "webhook-windows-386" + } + }, + "bin": "webhook.exe", + "checkver": "github", + "autoupdate": { + "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" + } + } + } +}