mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
perl/perl-IO-HTML: Updated for version 1.001.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
1fcc40414a
commit
0c78779972
2 changed files with 6 additions and 6 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
# Slackware build script for perl-IO-HTML
|
# Slackware build script for perl-IO-HTML
|
||||||
|
|
||||||
# Copyright 2012 Glenn Becker <burningc@sdf.org>
|
# Copyright 2012-15 Glenn Becker <glenn.becker@gmail.com>
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
#
|
#
|
||||||
# Redistribution and use of this script, with or without modification, is
|
# Redistribution and use of this script, with or without modification, is
|
||||||
|
@ -23,7 +23,7 @@
|
||||||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
PRGNAM=perl-IO-HTML
|
PRGNAM=perl-IO-HTML
|
||||||
VERSION=${VERSION:-1.00}
|
VERSION=${VERSION:-1.001}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
PRGNAM="perl-IO-HTML"
|
PRGNAM="perl-IO-HTML"
|
||||||
VERSION="1.00"
|
VERSION="1.001"
|
||||||
HOMEPAGE="https://metacpan.org/pod/IO::HTML"
|
HOMEPAGE="https://metacpan.org/pod/IO::HTML"
|
||||||
DOWNLOAD="http://www.cpan.org/authors/id/C/CJ/CJM/IO-HTML-1.00.tar.gz"
|
DOWNLOAD="https://cpan.metacpan.org/authors/id/C/CJ/CJM/IO-HTML-1.001.tar.gz"
|
||||||
MD5SUM="fdfa3fe3d61a7fda9236c8d9776cdd65"
|
MD5SUM="3f8958718844dc96b9f6946f21d70d22"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES=""
|
REQUIRES=""
|
||||||
MAINTAINER="Glenn Becker"
|
MAINTAINER="Glenn Becker"
|
||||||
EMAIL="burningc@sdf.org"
|
EMAIL="glenn.becker@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue