perl-text-csv_xs: Update to 1.40
Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
f49c001db0
commit
db7739d0a9
1 changed files with 8 additions and 9 deletions
|
@ -8,18 +8,17 @@
|
||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=perl-text-csv_xs
|
PKG_NAME:=perl-text-csv_xs
|
||||||
PKG_VERSION:=1.39
|
PKG_VERSION:=1.40
|
||||||
PKG_RELEASE:=2
|
PKG_RELEASE:=1
|
||||||
|
|
||||||
PKG_SOURCE_URL:=https://www.cpan.org/authors/id/H/HM/HMBRAND/
|
|
||||||
PKG_SOURCE:=Text-CSV_XS-$(PKG_VERSION).tgz
|
PKG_SOURCE:=Text-CSV_XS-$(PKG_VERSION).tgz
|
||||||
PKG_HASH:=aa4e424eaf68bea0d0e8c16b961c942b64926e6183ce1dbbc6c799eafb0a9ebd
|
PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/H/HM/HMBRAND
|
||||||
|
PKG_HASH:=6a448ae1f66768fa5dec1cd2fb246bcaaa3f3ea22d555d1fee8d091833073675
|
||||||
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
|
||||||
PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>
|
|
||||||
|
|
||||||
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Text-CSV_XS-$(PKG_VERSION)
|
PKG_BUILD_DIR:=$(BUILD_DIR)/perl/Text-CSV_XS-$(PKG_VERSION)
|
||||||
|
|
||||||
|
PKG_MAINTAINER:=Philip Prindeville <philipp@redfish-solutions.com>
|
||||||
|
PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
|
||||||
|
|
||||||
include $(INCLUDE_DIR)/package.mk
|
include $(INCLUDE_DIR)/package.mk
|
||||||
include ../perl/perlmod.mk
|
include ../perl/perlmod.mk
|
||||||
|
|
||||||
|
@ -28,7 +27,7 @@ define Package/perl-text-csv_xs
|
||||||
SECTION:=lang
|
SECTION:=lang
|
||||||
CATEGORY:=Languages
|
CATEGORY:=Languages
|
||||||
TITLE:=Text comma-separated values manipulation routines
|
TITLE:=Text comma-separated values manipulation routines
|
||||||
URL:=http://search.cpan.org/dist/Text-CSV_XS/
|
URL:=https://search.cpan.org/dist/Text-CSV_XS/
|
||||||
DEPENDS:=perl +perlbase-essential +perlbase-config +perlbase-io +perlbase-dynaloader
|
DEPENDS:=perl +perlbase-essential +perlbase-config +perlbase-io +perlbase-dynaloader
|
||||||
endef
|
endef
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue