perl/perl-TermReadKey: Updated for version 2.32.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
LEVAI Daniel 2014-08-20 17:34:44 +07:00 committed by Willy Sudiarto Raharjo
parent cc0536d54e
commit 93b51dab43
2 changed files with 6 additions and 6 deletions

View File

@ -1,6 +1,6 @@
#!/bin/sh
# Copyright (c) 2010 Daniel LEVAI
# Copyright (c) 2010-2014 LEVAI Daniel
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -29,7 +29,7 @@
SRCNAM=TermReadKey
PRGNAM=perl-$SRCNAM
VERSION=2.30
VERSION=${VERSION:-2.32}
BUILD=${BUILD:-0}
TAG=${TAG:-_SBo}

View File

@ -1,10 +1,10 @@
PRGNAM="perl-TermReadKey"
VERSION="2.30"
VERSION="2.32"
HOMEPAGE="https://metacpan.org/pod/Term::ReadKey"
DOWNLOAD="http://www.cpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.30.tar.gz"
MD5SUM="f0ef2cea8acfbcc58d865c05b0c7e1ff"
DOWNLOAD="https://cpan.metacpan.org/authors/id/J/JS/JSTOWE/TermReadKey-2.32.tar.gz"
MD5SUM="c55420c3456b8e470a01d6557b1045a8"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Daniel LEVAI"
MAINTAINER="LEVAI Daniel"
EMAIL="leva@ecentrum.hu"