|
@@ -1,5 +1,5 @@
|
1
|
1
|
#
|
2
|
|
-# Copyright (C) 2014 OpenWrt.org
|
|
2
|
+# Copyright (C) 2015 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-uri
|
11
|
|
-PKG_VERSION:=1.65
|
|
11
|
+PKG_VERSION:=1.67
|
12
|
12
|
PKG_RELEASE:=1
|
13
|
13
|
|
14
|
14
|
PKG_SOURCE_URL:=http://www.cpan.org/authors/id/E/ET/ETHER/
|
15
|
15
|
PKG_SOURCE:=URI-$(PKG_VERSION).tar.gz
|
16
|
|
-PKG_MD5SUM:=12c5d612a20ddd42041a5aa426f66269
|
|
16
|
+PKG_MD5SUM:=d0ef53b6c63bcc02ba55f405c30741e3
|
17
|
17
|
|
18
|
18
|
PKG_LICENSE:=GPL-1.0+ Artistic-1.0-Perl
|
19
|
19
|
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
|