From dc14c6a63b7874e2cf5da36c325ab1073706c893 Mon Sep 17 00:00:00 2001 From: Matt Merhar Date: Sat, 24 Aug 2024 12:12:01 -0400 Subject: [PATCH] perl-try-tiny: update to 0.32 This doesn't include functional changes, but fixes tests with Perl >= 5.41.3. Signed-off-by: Matt Merhar --- lang/perl-try-tiny/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/perl-try-tiny/Makefile b/lang/perl-try-tiny/Makefile index eac09f0d98..18b79a8cd4 100644 --- a/lang/perl-try-tiny/Makefile +++ b/lang/perl-try-tiny/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-try-tiny -PKG_VERSION:=0.31 +PKG_VERSION:=0.32 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/E/ET/ETHER/ PKG_SOURCE:=Try-Tiny-$(PKG_VERSION).tar.gz -PKG_HASH:=3300d31d8a4075b26d8f46ce864a1d913e0e8467ceeba6655d5d2b2e206c11be +PKG_HASH:=ef2d6cab0bad18e3ab1c4e6125cc5f695c7e459899f512451c8fa3ef83fa7fc0 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Try-Tiny-$(PKG_VERSION) PKG_MAINTAINER:=Matt Merhar -- 2.30.2