webhook: update to 2.8.1.

This commit is contained in:
classabbyamp 2023-06-04 20:55:35 -04:00
parent 77a4a87104
commit 44136487f3
No known key found for this signature in database
GPG key ID: 6BE0755918A4C7F5

View file

@ -1,7 +1,7 @@
# Template file for 'webhook'
pkgname=webhook
version=2.8.0
revision=2
version=2.8.1
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=c521558083f96bcefef16575a6f3f98ac79c0160fd0073be5e76d6645e068398
checksum=a1e3eb2231e5631ebb374b76a79c3bac9cbdc7010974395e2d5e4e2e62ffd187
conf_files="/etc/webhook/hooks.json /etc/sv/webhook/conf"
system_accounts="_webhook"
system_groups="_webhook"