diff --git a/bucket/webhook.json b/bucket/webhook.json index 30092d0896..33165f913b 100644 --- a/bucket/webhook.json +++ b/bucket/webhook.json @@ -1,17 +1,17 @@ { - "version": "2.7.0", + "version": "2.8.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.7.0/webhook-windows-amd64.tar.gz", - "hash": "f1a95cb74b1563b251ce077664b716efe99f22f15413fa47f07b0c55c1234c8a", + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-amd64.tar.gz", + "hash": "0b8a3eba99a329fc41ea7ab32cda5265da2af26f8e2932ce2049064ae46c8f9c", "extract_dir": "webhook-windows-amd64" }, "32bit": { - "url": "https://github.com/adnanh/webhook/releases/download/2.7.0/webhook-windows-386.tar.gz", - "hash": "fb6de8daa9ddd118ed13a0b39d48aaef318b7e907921d9fc2e302a0070cf1008", + "url": "https://github.com/adnanh/webhook/releases/download/2.8.0/webhook-windows-386.tar.gz", + "hash": "c36eedd07149bc4f2dbf5ef57219444ad15ee65bead59c26162e0237fc0f9af9", "extract_dir": "webhook-windows-386" } },