mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
perl/perl-CGI: Updated for version 4.28.
Signed-off-by: David Spencer <baildon.research@googlemail.com>
This commit is contained in:
parent
771b291532
commit
ceb971a4a5
2 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
# Slackware build script for CGI
|
||||
# Slackware build script for CGI.pm
|
||||
|
||||
# Copyright 2016 David Spencer, Baildon, West Yorkshire, U.K.
|
||||
# All rights reserved.
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-CGI
|
||||
VERSION=${VERSION:-4.25}
|
||||
VERSION=${VERSION:-4.28}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-CGI"
|
||||
VERSION="4.25"
|
||||
VERSION="4.28"
|
||||
HOMEPAGE="https://metacpan.org/pod/CGI"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.25.tar.gz"
|
||||
MD5SUM="e047bec455105cdfa413b9c776f95bb9"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/L/LE/LEEJO/CGI-4.28.tar.gz"
|
||||
MD5SUM="28efb391377f6e98c19c23292d5fcc8c"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="perl-HTML-Parser perl-Test-Deep perl-test-warn"
|
||||
|
|
Loading…
Reference in a new issue