perl/perl-http-server-simple: Updated for version 0.52.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
523aea879a
commit
7d4e80c8a3
|
@ -2,10 +2,11 @@
|
|||
|
||||
# Slackware build script for perl-http-server-simple
|
||||
|
||||
# Copyright 2010-2011 Binh Nguyen <binhvng@gmail.com>
|
||||
# Copyright 2020 Donald Cooley, South Haven, Indiana, USA
|
||||
# Copyright 2010-2011 Binh Nguyen
|
||||
# All rights reserved.
|
||||
#
|
||||
# Adopted 2014 Glenn Becker <glenn.becker@gmail.com>
|
||||
# Adopted 2014 Glenn Becker
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
# permitted provided that the following conditions are met:
|
||||
|
@ -25,7 +26,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-http-server-simple
|
||||
VERSION=${VERSION:-0.51}
|
||||
VERSION=${VERSION:-0.52}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="perl-http-server-simple"
|
||||
VERSION="0.51"
|
||||
VERSION="0.52"
|
||||
HOMEPAGE="https://metacpan.org/pod/HTTP::Server::Simple"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BP/BPS/HTTP-Server-Simple-0.51.tar.gz"
|
||||
MD5SUM="ef736daddc7a32a29207fa4ed5f5d62e"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/B/BP/BPS/HTTP-Server-Simple-0.52.tar.gz"
|
||||
MD5SUM="1e23935491d9a2a8b0ba636462255656"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-CGI"
|
||||
MAINTAINER="Donald Cooley"
|
||||
EMAIL="chytraeus@protonmail.com"
|
||||
EMAIL="chytraeu@sdf.org"
|
||||
|
|
Loading…
Reference in New Issue