mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
system/pgbadger: Updated for version 6.2.
Signed-off-by: Audrius Kažukauskas <audrius@neutrino.lt>
This commit is contained in:
parent
2ee3a87e36
commit
028822446c
3 changed files with 5 additions and 5 deletions
|
@ -4,4 +4,4 @@ pgBadger is able to autodetect log file format (syslog, stderr or
|
|||
csvlog). It is designed to parse huge log files as well as gzip
|
||||
compressed files.
|
||||
|
||||
perl-Text-CSV_XS is an optional dependency.
|
||||
perl-Text-CSV_XS and perl-JSON-XS are optional dependencies.
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=pgbadger
|
||||
VERSION=${VERSION:-5.0}
|
||||
VERSION=${VERSION:-6.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="pgbadger"
|
||||
VERSION="5.0"
|
||||
VERSION="6.2"
|
||||
HOMEPAGE="http://dalibo.github.io/pgbadger/"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pgbadger/pgbadger-5.0.tar.gz"
|
||||
MD5SUM="fbfda2a801cd781f17d53886d6a5785e"
|
||||
DOWNLOAD="http://downloads.sourceforge.net/pgbadger/pgbadger-6.2.tar.gz"
|
||||
MD5SUM="376bd99a9107b1b9fcc0da310d468a1c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue