perl/perl-Statistics-Descriptive: Updated for version 3.0609.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Tracy Williams 2015-06-20 08:44:53 +07:00 committed by Willy Sudiarto Raharjo
parent f5ac1f14ff
commit 96537bbd78
2 changed files with 5 additions and 5 deletions

View file

@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=perl-Statistics-Descriptive
VERSION=${VERSION:-3.0608}
VERSION=${VERSION:-3.0609}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -91,7 +91,7 @@ find $PKG -depth -type d -empty -delete || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
cp -a \
Changes MANIFEST README UserSurvey.txt examples \
Changes LICENSE MANIFEST README UserSurvey.txt examples \
$PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Statistics-Descriptive"
VERSION="3.0608"
VERSION="3.0609"
HOMEPAGE="https://metacpan.org/pod/Statistics::Descriptive"
DOWNLOAD="http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-3.0608.tar.gz"
MD5SUM="e1ecb7e352a7d60b3d488e56ea9f203e"
DOWNLOAD="http://cpan.metacpan.org/authors/id/S/SH/SHLOMIF/Statistics-Descriptive-3.0609.tar.gz"
MD5SUM="3fa7a705742d2ba942b9e0b167fdb48b"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-List-MoreUtils"