system/pgbadger: updated for version 11.8, new maintainer

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2022-04-15 09:03:27 +02:00 committed by Willy Sudiarto Raharjo
parent 23b6c4bd54
commit 2fd0897d13
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 7 additions and 6 deletions

View File

@ -2,6 +2,7 @@
# Slackware build script for pgbadger
# Copyright 2022 Yth | Pont-en-Royans, France | yth@ythogtha.org
# Copyright 2013-2017 Audrius Kažukauskas <audrius@neutrino.lt>
# All rights reserved.
#
@ -25,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pgbadger
VERSION=${VERSION:-9.2}
VERSION=${VERSION:-11.8}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="pgbadger"
VERSION="9.2"
VERSION="11.8"
HOMEPAGE="https://pgbadger.darold.net/"
DOWNLOAD="https://github.com/darold/pgbadger/archive/v9.2/pgbadger-9.2.tar.gz"
MD5SUM="89d133cecb2ecb9cf9be31d415933151"
DOWNLOAD="https://github.com/darold/pgbadger/archive/v11.8/pgbadger-11.8.tar.gz"
MD5SUM="b176c22f07c821741cf866c4044c7b53"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Audrius Kažukauskas"
EMAIL="audrius@neutrino.lt"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"