webhook: update to 2.8.2.

This commit is contained in:
classabbyamp 2024-11-01 01:53:16 -04:00
parent bced2564a4
commit 52e8b8996c
No known key found for this signature in database
GPG Key ID: 6BE0755918A4C7F5
1 changed files with 3 additions and 3 deletions

View File

@ -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 <void@placeviolette.net>"
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"