From 21a5026ebaa6f7fa6b9ce4b81a0dbad97d042521 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Wed, 14 Aug 2024 22:59:08 -0400 Subject: [PATCH] webhook: rebuild for go-1.23.0 --- srcpkgs/webhook/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/webhook/template b/srcpkgs/webhook/template index 6eac98512b8..3f53e1dc3ac 100644 --- a/srcpkgs/webhook/template +++ b/srcpkgs/webhook/template @@ -1,7 +1,7 @@ # Template file for 'webhook' pkgname=webhook version=2.8.1 -revision=2 +revision=3 build_style=go go_import_path="github.com/adnanh/webhook" short_desc="Lightweight incoming webhook server to run shell commands"