Skip to content

Commit

Permalink
p5-Scalar-List-Utils: update to 1.65.
Browse files Browse the repository at this point in the history
1.65 -- 2024-08-06
	[BUGFIXES]
	 * Update exotic names test to avoid single quote package separator
	   (GH #128)
	 * Don't loop forever in uniqnum.t (GH #130)
  • Loading branch information
0-wiz-0 committed Aug 11, 2024
1 parent acd5054 commit 55fb894
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
7 changes: 4 additions & 3 deletions devel/p5-Scalar-List-Utils/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.57 2024/08/04 07:04:26 wiz Exp $
# $NetBSD: Makefile,v 1.58 2024/08/11 06:18:53 wiz Exp $

DISTNAME= Scalar-List-Utils-1.64
DISTNAME= Scalar-List-Utils-1.65
PKGNAME= p5-${DISTNAME}
CATEGORIES= devel misc perl5
MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Scalar/}
Expand All @@ -10,7 +10,8 @@ HOMEPAGE= https://metacpan.org/release/Scalar-List-Utils
COMMENT= Common Scalar and List utility subroutines
LICENSE= ${PERL5_LICENSE}

USE_LANGUAGES= c99
USE_LANGUAGES= c
USE_CC_FEATURES= c99

PERL5_PACKLIST= auto/List/Util/.packlist

Expand Down
8 changes: 4 additions & 4 deletions devel/p5-Scalar-List-Utils/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
$NetBSD: distinfo,v 1.36 2024/08/04 07:04:26 wiz Exp $
$NetBSD: distinfo,v 1.37 2024/08/11 06:18:53 wiz Exp $

BLAKE2s (Scalar-List-Utils-1.64.tar.gz) = d55938220afcfcf352b1c79e07d9fd8ea64acf3962ff22da8f2d14fb542fc992
SHA512 (Scalar-List-Utils-1.64.tar.gz) = 5ff7f951cb9868351be12c5575376e37b3b84f8de4adec7a48ea3e0fde0dca598ee250c4bef843e689267cfe6da6ec5767c9c900db61ef76a1772bd8b8753465
Size (Scalar-List-Utils-1.64.tar.gz) = 180739 bytes
BLAKE2s (Scalar-List-Utils-1.65.tar.gz) = 1f49f4a2bd23808e9e46981e3240b8d1869bae0d2e7960edf13edb99cf48f25d
SHA512 (Scalar-List-Utils-1.65.tar.gz) = f8293b7f353b5b6647693ef75d442f09c4e79a00b0b8accd7ee4f8d04a5d64c9e7d4c716b9fda921b61fb973046214cb7dc16084744fa20afbf15a057941aecf
Size (Scalar-List-Utils-1.65.tar.gz) = 180891 bytes

0 comments on commit 55fb894

Please sign in to comment.