aboutsummaryrefslogtreecommitdiff
path: root/perl/perl-Net-Curl
diff options
context:
space:
mode:
Diffstat (limited to 'perl/perl-Net-Curl')
-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 4c28ebeb87575..da15413f06e78 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 59e971d2df570..ce36c9c9e8830 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"