Parcourir la source

perl-test-harness: Update to 3.36

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia il y a 9 ans
Parent
révision
50d66746a2
1 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 4
    4
      lang/perl-test-harness/Makefile

+ 4
- 4
lang/perl-test-harness/Makefile Voir le fichier

@@ -1,5 +1,5 @@
1 1
 #
2
-# Copyright (C) 2014, 2015 OpenWrt.org
2
+# Copyright (C) 2014 - 2016 OpenWrt.org
3 3
 #
4 4
 # This is free software, licensed under the GNU General Public License v2.
5 5
 # See /LICENSE for more information.
@@ -8,12 +8,12 @@
8 8
 include $(TOPDIR)/rules.mk
9 9
 
10 10
 PKG_NAME:=perl-test-harness
11
-PKG_VERSION:=3.35
12
-PKG_RELEASE:=3
11
+PKG_VERSION:=3.36
12
+PKG_RELEASE:=1
13 13
 
14 14
 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/L/LE/LEONT/
15 15
 PKG_SOURCE:=Test-Harness-$(PKG_VERSION).tar.gz
16
-PKG_MD5SUM:=2a6010bca2ad78e094d629eea6afd7d9
16
+PKG_MD5SUM:=4c8d9c77e8e06ca96c7383c05c8f3616
17 17
 
18 18
 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
19 19
 PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>