From 52e8b8996c6ff53fe0cf673a41864c5701fb6c00 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Fri, 1 Nov 2024 01:53:16 -0400 Subject: [PATCH] webhook: update to 2.8.2. --- srcpkgs/webhook/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/webhook/template b/srcpkgs/webhook/template index 3f53e1dc3ac..d5eedbccafe 100644 --- a/srcpkgs/webhook/template +++ b/srcpkgs/webhook/template @@ -1,7 +1,7 @@ # Template file for 'webhook' pkgname=webhook -version=2.8.1 -revision=3 +version=2.8.2 +revision=1 build_style=go go_import_path="github.com/adnanh/webhook" short_desc="Lightweight incoming webhook server to run shell commands" @@ -9,7 +9,7 @@ maintainer="Abigail G " license="MIT" homepage="https://github.com/adnanh/webhook" distfiles="https://github.com/adnanh/webhook/archive/${version}.tar.gz" -checksum=a1e3eb2231e5631ebb374b76a79c3bac9cbdc7010974395e2d5e4e2e62ffd187 +checksum=c233a810effc24b5ed5653f4fa82152f288ec937d5744a339f7066a6cbccc565 conf_files="/etc/webhook/hooks.json /etc/sv/webhook/conf" system_accounts="_webhook" system_groups="_webhook"