Browse Source

perl-uri: Update to 1.71

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

+ 3
- 3
lang/perl-uri/Makefile View File

1
 #
1
 #
2
-# Copyright (C) 2015 OpenWrt.org
2
+# Copyright (C) 2015 - 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-uri
10
 PKG_NAME:=perl-uri
11
-PKG_VERSION:=1.69
11
+PKG_VERSION:=1.71
12
 PKG_RELEASE:=1
12
 PKG_RELEASE:=1
13
 
13
 
14
 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/E/ET/ETHER/
14
 PKG_SOURCE_URL:=http://www.cpan.org/authors/id/E/ET/ETHER/
15
 PKG_SOURCE:=URI-$(PKG_VERSION).tar.gz
15
 PKG_SOURCE:=URI-$(PKG_VERSION).tar.gz
16
-PKG_MD5SUM:=3c56aee0300bce5a440ccbd558277ea0
16
+PKG_MD5SUM:=247c3da29a794f72730e01aa5a715daf
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>