diff options
author | Philip Prindeville <philipp@redfish-solutions.com> | 2017-11-12 13:50:09 -0700 |
---|---|---|
committer | Philip Prindeville <philipp@redfish-solutions.com> | 2017-11-12 13:50:59 -0700 |
commit | babba99c692847ea42989cb87768fe35ee0e4f67 (patch) | |
tree | ea87cef44c7ce1680645140fe3b10314020ff74c /lang/perl-text-csv_xs/Makefile | |
parent | 8a873362d83d370c4100df0f2356b87139150c92 (diff) |
perl-text-csv_xs: update to 1.34
Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
Diffstat (limited to 'lang/perl-text-csv_xs/Makefile')
-rw-r--r-- | lang/perl-text-csv_xs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/perl-text-csv_xs/Makefile b/lang/perl-text-csv_xs/Makefile index 73cbbc7c3..1fb54d1ac 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.33 +PKG_VERSION:=1.34 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/H/HM/HMBRAND/ PKG_SOURCE:=Text-CSV_XS-$(PKG_VERSION).tgz -PKG_HASH:=cef1d3792b72c7944c0a2e2a141c67c2180ee0cb03418d7b44c3ae2ab35339a2 +PKG_HASH:=ea3aa6fe50e8ef9c07f4304ace98fca413c9c6cf60d84efc32c314b902e8a134 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com> |