perl/perl-Mojolicious: Updated for version 8.06.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-11-17 11:33:56 +01:00 committed by Willy Sudiarto Raharjo
parent 364b712b48
commit abb91a14a4
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 6 additions and 6 deletions

View file

@ -9,7 +9,7 @@ Mojolicious is a new endeavor to implement this idea using bleeding
edge technologies. edge technologies.
Optional dependencies: perl-IO-Socket-SSL, perl-IO-Socket-Socks, Optional dependencies: perl-IO-Socket-SSL, perl-IO-Socket-Socks,
perl-EV, perl-Net-DNS-Native, perl-Role-Tiny perl-EV, perl-Net-DNS-Native, perl-Role-Tiny, perl-Cpanel-JSON-XS
The optional dependencies can be installed and uninstalled without The optional dependencies can be installed and uninstalled without
needing to rebuild perl-Mojolicious itself; they will be found at needing to rebuild perl-Mojolicious itself; they will be found at

View file

@ -2,7 +2,7 @@
# Slackware build script for perl-Mojolicious # Slackware build script for perl-Mojolicious
# Copyright 2017 Andreas Guldstrand. # Copyright 2017-2018 Andreas Guldstrand.
# 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-Mojolicious PRGNAM=perl-Mojolicious
VERSION=${VERSION:-8.0} VERSION=${VERSION:-8.06}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="perl-Mojolicious" PRGNAM="perl-Mojolicious"
VERSION="8.0" VERSION="8.06"
HOMEPAGE="https://mojolicious.org/" HOMEPAGE="https://mojolicious.org/"
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-8.0.tar.gz" DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-8.06.tar.gz"
MD5SUM="0da107065c24368a15af807e31afcc30" MD5SUM="001075411d8bc033ead894ff600d6a9f"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="" REQUIRES=""