perl-text-csv_xs: update to 1.47 17434/head
authorPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 26 Dec 2021 20:22:30 +0000 (13:22 -0700)
committerPhilip Prindeville <philipp@redfish-solutions.com>
Sun, 2 Jan 2022 23:29:33 +0000 (16:29 -0700)
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
lang/perl-text-csv_xs/Makefile

index bb1a4a780fc1b0fa90dfc94422643aec33924dcd..a9aeb25ce9b0815561498609482402597ab01dbe 100644 (file)
@@ -8,12 +8,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=perl-text-csv_xs
-PKG_VERSION:=1.41
-PKG_RELEASE:=1
+PKG_VERSION:=1.47
+PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE:=Text-CSV_XS-$(PKG_VERSION).tgz
 PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/H/HM/HMBRAND
-PKG_HASH:=0e4b7be423c02f09135a75082cb00136ff6a69cff25b012089048ea030f173ab
+PKG_HASH:=4bbaffbdfb68505ef3326dc748e63ebe0db31157b78ca8dfcb8c3cd1d1313262
 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Text-CSV_XS-$(PKG_VERSION)
 
 PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>