webhook 2.8.0-4ubuntu0.1 source package in Ubuntu

Changelog

webhook (2.8.0-4ubuntu0.1) mantic-security; urgency=medium

  * No change rebuild due to golang-1.20, golang-1.21 updates

 -- Nishit Majithia <email address hidden>  Thu, 01 Feb 2024 14:42:47 +0530

Upload details

Uploaded by:
Nishit Majithia
Uploaded to:
Mantic
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic updates universe misc
Mantic security universe misc

Downloads

File Size SHA-256 Checksum
webhook_2.8.0.orig.tar.gz 1.6 MiB c521558083f96bcefef16575a6f3f98ac79c0160fd0073be5e76d6645e068398
webhook_2.8.0-4ubuntu0.1.debian.tar.xz 3.8 KiB 92725aab7f642a83b0be2890411a08ab70bd11acb8e4de6dd998661bbb17b8b2
webhook_2.8.0-4ubuntu0.1.dsc 2.1 KiB 73c7700733661943dbc4fa4bfb5b4c73a0d8df8549fd4dccb5c8042c591600df

View changes file

Binary packages built by this source

webhook: Small server for creating HTTP endpoints (hooks)

 Webhook is a lightweight configurable tool written in Go, that
 allows you to easily create HTTP endpoints (hooks) on your
 server, which you can use to execute configured commands. You
 can also pass data from the HTTP request (such as headers,
 payload or query variables) to your commands. webhook also
 allows you to specify rules which have to be satisfied in
 order for the hook to be triggered.
 .
 For example, if you're using Github or Bitbucket, you can
 use webhook to set up a hook that runs a redeploy script
 for your project on your staging server, whenever you push
 changes to the master branch of your project.

webhook-dbgsym: debug symbols for webhook