diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2021-12-26 13:22:30 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2022-01-02 16:29:33 -0700 |
commit | 6b83b3204fe49c26b8dd4cd23b51a29aea8ba999 (patch) | |
tree | 6ac8f759426cf362f26775940a6c73be0fb2412d /lang | |
parent | a02d4f646f4b46903e42c88120b200bcd1119e5e (diff) |
perl-text-csv_xs: update to 1.47
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl-text-csv_xs/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl-text-csv_xs/Makefile b/lang/perl-text-csv_xs/Makefile index bb1a4a780..a9aeb25ce 100644 --- a/lang/perl-text-csv_xs/Makefile +++ b/lang/perl-text-csv_xs/Makefile @@ -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> |