diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2023-03-26 18:26:45 -0600 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2023-03-26 18:26:45 -0600 |
commit | 8450d5570e95e128559237c81c507d4bf8b6addf (patch) | |
tree | 782c883520a81e77d38f7ee676be35cbb040f3c4 | |
parent | 2c755759dfabf5414f38b12914677c871e744824 (diff) |
perl-text-csv_xs: Update to 1.50
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
-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 a9aeb25ce..cdaa17152 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.47 -PKG_RELEASE:=$(AUTORELEASE) +PKG_VERSION:=1.50 +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:=4bbaffbdfb68505ef3326dc748e63ebe0db31157b78ca8dfcb8c3cd1d1313262 +PKG_HASH:=85b5e1bed7e11dc0413d4e920cee25d980de47376c0048029041cf461eac96b1 PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Text-CSV_XS-$(PKG_VERSION) PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> |