webhook: Update to version 2.7.0

This commit is contained in:
Jakub Čábera 2020-05-13 09:27:04 +02:00
parent fdbd532497
commit 4b4a9eb2d1

View File

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