From 404a4362ac9e0d70216275fd800b51adb1fc6544 Mon Sep 17 00:00:00 2001 From: Marcel Denia Date: Sun, 15 Feb 2015 11:55:42 +0100 Subject: [PATCH] perl: Update to 5.20.2 Signed-off-by: Marcel Denia --- lang/perl/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/perl/Makefile b/lang/perl/Makefile index 9ab744e34..c3fe981f9 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -8,8 +8,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl -PKG_VERSION:=5.20.1 -PKG_RELEASE:=4 +PKG_VERSION:=5.20.2 +PKG_RELEASE:=1 PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \ http://www.cpan.org/src/5.0/perl-5.20.0.tar.gz \ @@ -20,7 +20,7 @@ PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \ ftp://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0 \ http://ftp.funet.fi/pub/languages/perl/CPAN/src/5.0 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=7a195abb7d6769f751e90c7d30dcf2e0 +PKG_MD5SUM:=81b17b9a4e5ee18e54efe906c9bf544d PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl PKG_LICENSE_FILES:=Copying Artistic README