diff options
author | Marcel Denia <naoir@gmx.net> | 2016-01-23 14:17:39 +0100 |
---|---|---|
committer | Marcel Denia <naoir@gmx.net> | 2016-01-23 14:17:39 +0100 |
commit | 50d66746a2efce3afce931486bf416b6e2e0400e (patch) | |
tree | 3894f30d248885109197b5a004151d489b25f6b4 /lang/perl-test-harness | |
parent | fa9937d14efa8fc36f905c45c605193c6e4cb309 (diff) |
perl-test-harness: Update to 3.36
Signed-off-by: Marcel Denia <naoir@gmx.net>
Diffstat (limited to 'lang/perl-test-harness')
-rw-r--r-- | lang/perl-test-harness/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/perl-test-harness/Makefile b/lang/perl-test-harness/Makefile index fd2b4f634..0c14e8592 100644 --- a/lang/perl-test-harness/Makefile +++ b/lang/perl-test-harness/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2014, 2015 OpenWrt.org +# Copyright (C) 2014 - 2016 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.35 -PKG_RELEASE:=3 +PKG_VERSION:=3.36 +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:=2a6010bca2ad78e094d629eea6afd7d9 +PKG_MD5SUM:=4c8d9c77e8e06ca96c7383c05c8f3616 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net> |