summaryrefslogtreecommitdiffstats
path: root/perl
diff options
context:
space:
mode:
author Samuel Young2024-04-02 04:45:53 +0200
committer Willy Sudiarto Raharjo2024-04-02 07:32:22 +0200
commit47ef4413394cf6fa53bc313abd549f9cac7886c6 (patch)
treea5e41b71447dfb883c143a67489051b21997e215 /perl
parent80a33ca846c428932d000c9642280782acdada6f (diff)
downloadslackbuilds-47ef4413394cf6fa53bc313abd549f9cac7886c6.tar.gz
perl/perl-Net-Curl: Updated for version 0.56.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'perl')
-rw-r--r--perl/perl-Net-Curl/perl-Net-Curl.SlackBuild5
-rw-r--r--perl/perl-Net-Curl/perl-Net-Curl.info6
2 files changed, 6 insertions, 5 deletions
diff --git a/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild b/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
index 4c28ebeb87..da15413f06 100644
--- a/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
+++ b/perl/perl-Net-Curl/perl-Net-Curl.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for perl-Net-Curl
-# Copyright 2023 Samuel Young, MO, USA
+# Copyright 2023-2024 Samuel Young, MO, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=perl-Net-Curl
-VERSION=${VERSION:-0.55}
+VERSION=${VERSION:-0.56}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -70,6 +70,7 @@ perl Makefile.PL \
INSTALLVENDORMAN1DIR=/usr/man/man1 \
INSTALLVENDORMAN3DIR=/usr/man/man3
make
+make test
make install DESTDIR=$PKG
find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \
diff --git a/perl/perl-Net-Curl/perl-Net-Curl.info b/perl/perl-Net-Curl/perl-Net-Curl.info
index 59e971d2df..ce36c9c9e8 100644
--- a/perl/perl-Net-Curl/perl-Net-Curl.info
+++ b/perl/perl-Net-Curl/perl-Net-Curl.info
@@ -1,8 +1,8 @@
PRGNAM="perl-Net-Curl"
-VERSION="0.55"
+VERSION="0.56"
HOMEPAGE="https://github.com/sparky/perl-Net-Curl"
-DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SY/SYP/Net-Curl-0.55.tar.gz"
-MD5SUM="985d286c960ee60198ec18adb7b1db67"
+DOWNLOAD="https://cpan.metacpan.org/authors/id/S/SY/SYP/Net-Curl-0.56.tar.gz"
+MD5SUM="9836b47a927b6b9a41fb8c144bb5b003"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="perl-extutils-pkgconfig"