Merge pull request #22203 from pprindeville/perl-text-csv_xs-update-1.52
authorPhilip Prindeville <philipp@redfish-solutions.com>
Tue, 10 Oct 2023 21:02:41 +0000 (16:02 -0500)
committerGitHub <noreply@github.com>
Tue, 10 Oct 2023 21:02:41 +0000 (16:02 -0500)
Perl text csv xs update 1.52

lang/perl-text-csv_xs/Makefile

index 1ada02fdd79a6c864e5dce631f9ea8b94314ad59..eac0257f6aea54b8f15049d7509a588ca0f9ee0f 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=perl-text-csv_xs
-PKG_VERSION:=1.51
+PKG_VERSION:=1.52
 PKG_RELEASE:=1
 
 PKG_SOURCE:=Text-CSV_XS-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/H/HM/HMBRAND
-PKG_HASH:=b1831d4d5f90ec6ad7f111a2e4bc5ca6dce7d17d7e57f17ace42b0f3ca140372
+PKG_HASH:=e415aa705badf84b359dc4c0f0c982f1bf708481daa14756f3136e7c89c0e41d
 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Text-CSV_XS-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>