perl/mod_perl: Updated for version 2.0.11.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
a4608e6c43
commit
8b4a04224b
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for mod_perl
|
||||
|
||||
# Copyright 2007-2012 Heinz Wiesinger, Amsterdam, The Netherlands
|
||||
# Copyright 2016 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# Copyright 2016-2019 Willy Sudiarto Raharjo <willysr@slackbuilds.org>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -24,7 +24,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=mod_perl
|
||||
VERSION=${VERSION:-2.0.10}
|
||||
VERSION=${VERSION:-2.0.11}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="mod_perl"
|
||||
VERSION="2.0.10"
|
||||
VERSION="2.0.11"
|
||||
HOMEPAGE="https://perl.apache.org/"
|
||||
DOWNLOAD="http://apache.org/dist/perl/mod_perl-2.0.10.tar.gz"
|
||||
MD5SUM="cef55e715b5770a63b3becbe9d271121"
|
||||
DOWNLOAD="http://apache.org/dist/perl/mod_perl-2.0.11.tar.gz"
|
||||
MD5SUM="897708961bcc079b53c91860f95a2b59"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue