webhook: Update to version 2.8.0

This commit is contained in:
Jakub Čábera 2020-12-06 11:20:33 +01:00
parent 8885d0fc10
commit a4ecdb2c31

View File

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