mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
network/webhook: Updated for version 2.6.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8bc5415d79
commit
fa256f66f1
3 changed files with 6 additions and 6 deletions
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=webhook
|
||||
VERSION=${VERSION:-2.6.10}
|
||||
BUILD=${BUILD:-5}
|
||||
VERSION=${VERSION:-2.6.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
if [ -z "$ARCH" ]; then
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="webhook"
|
||||
VERSION="2.6.10"
|
||||
VERSION="2.6.11"
|
||||
HOMEPAGE="https://github.com/adnanh/webhook"
|
||||
DOWNLOAD="https://github.com/adnanh/webhook/archive/2.6.10/webhook-2.6.10.tar.gz"
|
||||
MD5SUM="d99188ebc028ae51b71a6113b4e92e7d"
|
||||
DOWNLOAD="https://github.com/adnanh/webhook/archive/2.6.11/webhook-2.6.11.tar.gz"
|
||||
MD5SUM="c4ca240ae1cd17b4aa288b7cb332cab5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="google-go-lang"
|
||||
|
|
|
@ -16,7 +16,7 @@ PIDFILE="/var/run/webhook/webhook.pid"
|
|||
# effective user
|
||||
USER=nobody
|
||||
|
||||
# protocol://yourserver:port/PREFIX/:hook-id (default "hooks")
|
||||
# protocol://yourserver:port/URLPREFIX/:hook-id (default "hooks")
|
||||
URLPREFIX="hooks"
|
||||
|
||||
# Other options
|
||||
|
|
Loading…
Reference in a new issue