diff options
author | Marcel Denia <naoir@gmx.net> | 2014-07-04 14:22:39 +0200 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2014-07-07 22:54:12 +0200 |
commit | 56763a7a3fd45ca87ce52205ec513f69332d8aab (patch) | |
tree | b0d24073ad10c6e0abc01cc40c7f24b8c7edc703 /lang | |
parent | 6420bbd7123b8077cdc979f145aa1bc16c7321a5 (diff) |
lang/perl: Update to 5.20.0
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/perl/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl/Makefile b/lang/perl/Makefile index bbdc55d64..c14832d78 100644 --- a/lang/perl/Makefile +++ b/lang/perl/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2014 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,9 +8,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl -PKG_VERSION:=5.10.0 -PKG_RELEASE:=7 -PKG_MD5SUM:=d2c39b002ebfd2c3c5dba589365c5a71 +PKG_VERSION:=5.20.0 +PKG_RELEASE:=1 +PKG_MD5SUM:=406ec049ebe3afcc80d9c76ec78ca4f8 PKG_SOURCE_URL:=ftp://ftp.cpan.org/pub/CPAN/src/5.0 \ ftp://ftp.mpi-sb.mpg.de/pub/perl/CPAN/src/5.0 \ |