Browse Source

perl-html-parser: Update to 3.72

Signed-off-by: Marcel Denia <naoir@gmx.net>
Marcel Denia 9 years ago
parent
commit
fa9937d14e
1 changed files with 4 additions and 4 deletions
  1. 4
    4
      lang/perl-html-parser/Makefile

+ 4
- 4
lang/perl-html-parser/Makefile View File

1
 #
1
 #
2
-# Copyright (C) 2014 OpenWrt.org
2
+# Copyright (C) 2014 - 2016 OpenWrt.org
3
 #
3
 #
4
 # This is free software, licensed under the GNU General Public License v2.
4
 # This is free software, licensed under the GNU General Public License v2.
5
 # See /LICENSE for more information.
5
 # See /LICENSE for more information.
8
 include $(TOPDIR)/rules.mk
8
 include $(TOPDIR)/rules.mk
9
 
9
 
10
 PKG_NAME:=perl-html-parser
10
 PKG_NAME:=perl-html-parser
11
-PKG_VERSION:=3.71
12
-PKG_RELEASE:=4
11
+PKG_VERSION:=3.72
12
+PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/G/GA/GAAS/
14
 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/G/GA/GAAS/
15
 PKG_SOURCE:=HTML-Parser-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE:=HTML-Parser-$(PKG_VERSION).tar.gz
16
-PKG_MD5SUM:=9128a45893097dfa3bf03301b19c5efe
16
+PKG_MD5SUM:=eb7505e5f626913350df9dd4a03d54a8
17
 
17
 
18
 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
18
 PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
19
 PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
19
 PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>