mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
system/percona-toolkit: Updated for version 3.3.1
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3415a030c9
commit
d0f395d52c
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for percona-toolkit
|
||||
|
||||
# Copyright 2012-2014 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2012-2022 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=percona-toolkit
|
||||
VERSION=${VERSION:-2.2.12}
|
||||
VERSION=${VERSION:-3.3.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -72,7 +72,7 @@ find $PKG -depth -type d -empty -exec rm -rf {} \;
|
|||
find $PKG/usr/man -type f -exec gzip -9 {} \;
|
||||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a Changelog COPYING INSTALL MANIFEST README \
|
||||
cp -a Changelog CONTRIBUTE.md CONTRIBUTING.md COPYING INSTALL MANIFEST README.md \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="percona-toolkit"
|
||||
VERSION="2.2.12"
|
||||
VERSION="3.3.1"
|
||||
HOMEPAGE="http://www.percona.com/software/percona-toolkit/"
|
||||
DOWNLOAD="http://www.percona.com/downloads/percona-toolkit/2.2.12/tarball/percona-toolkit-2.2.12.tar.gz"
|
||||
MD5SUM="7c39b06b97ebab97ae5d3c78d1186258"
|
||||
DOWNLOAD="https://downloads.percona.com/downloads/percona-toolkit/3.3.1/source/tarball/percona-toolkit-3.3.1.tar.gz"
|
||||
MD5SUM="c32521e6a43671db41cb0a9685876831"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue