diff options
author | Marcel Denia <naoir@gmx.net> | 2015-01-25 00:22:01 +0100 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2015-01-25 00:24:45 +0100 |
commit | 2153bf4edd82701ab95d69714e71fb29bfdba572 (patch) | |
tree | 176afebb34db38ed77b8df9f995c8a5f9ae64415 | |
parent | 12be7b38351cb01f56c828b42d5de00b5abcba65 (diff) |
perl-test-harness: Update to 3.35
Signed-off-by: Marcel Denia <naoir@gmx.net>
-rw-r--r-- | lang/perl-test-harness/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lang/perl-test-harness/Makefile b/lang/perl-test-harness/Makefile index 59af42ae8..9a0f0a532 100644 --- a/lang/perl-test-harness/Makefile +++ b/lang/perl-test-harness/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014 OpenWrt.org +# Copyright (C) 2014, 2015 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=perl-test-harness -PKG_VERSION:=3.34 +PKG_VERSION:=3.35 PKG_RELEASE:=1 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/L/LE/LEONT/ PKG_SOURCE:=Test-Harness-$(PKG_VERSION).tar.gz -PKG_MD5SUM:=aa0175e8fef92c19f06128810f1a2921 +PKG_MD5SUM:=2a6010bca2ad78e094d629eea6afd7d9 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> |