mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-04 20:29:09 +01:00
perl/perl-Mojolicious: Updated for version 8.06.
Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
parent
364b712b48
commit
abb91a14a4
3 changed files with 6 additions and 6 deletions
|
@ -9,7 +9,7 @@ Mojolicious is a new endeavor to implement this idea using bleeding
|
|||
edge technologies.
|
||||
|
||||
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
|
||||
needing to rebuild perl-Mojolicious itself; they will be found at
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for perl-Mojolicious
|
||||
|
||||
# Copyright 2017 Andreas Guldstrand.
|
||||
# Copyright 2017-2018 Andreas Guldstrand.
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=perl-Mojolicious
|
||||
VERSION=${VERSION:-8.0}
|
||||
VERSION=${VERSION:-8.06}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="perl-Mojolicious"
|
||||
VERSION="8.0"
|
||||
VERSION="8.06"
|
||||
HOMEPAGE="https://mojolicious.org/"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-8.0.tar.gz"
|
||||
MD5SUM="0da107065c24368a15af807e31afcc30"
|
||||
DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SR/SRI/Mojolicious-8.06.tar.gz"
|
||||
MD5SUM="001075411d8bc033ead894ff600d6a9f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue