Browse Source

perl-uri: bump to version 1.68

Signed-off-by: Francois Perrad <francois.perrad@gadz.org>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Francois Perrad 10 years ago
parent
commit
183d95c83c
2 changed files with 4 additions and 4 deletions
  1. 2 2
      package/perl-uri/perl-uri.hash
  2. 2 2
      package/perl-uri/perl-uri.mk

+ 2 - 2
package/perl-uri/perl-uri.hash

@@ -1,3 +1,3 @@
 # retrieved by scancpan from http://cpan.metacpan.org/
-md5    d0ef53b6c63bcc02ba55f405c30741e3 URI-1.67.tar.gz
-sha256 7088d43d5f4902becfa5e0627751f5e6d0e0bdd1637b2d39e70ce807068a274e URI-1.67.tar.gz
+md5    4a954ab8d79f831616ca817ba4b26cb9 URI-1.68.tar.gz
+sha256 c840d30f7657bfd4b2acbb311bd764232911cd3dc97e92415fbd0a242185c358 URI-1.68.tar.gz

+ 2 - 2
package/perl-uri/perl-uri.mk

@@ -4,11 +4,11 @@
 #
 ################################################################################
 
-PERL_URI_VERSION = 1.67
+PERL_URI_VERSION = 1.68
 PERL_URI_SOURCE = URI-$(PERL_URI_VERSION).tar.gz
 PERL_URI_SITE = $(BR2_CPAN_MIRROR)/authors/id/E/ET/ETHER
 PERL_URI_DEPENDENCIES = perl
 PERL_URI_LICENSE = Artistic or GPLv1+
-PERL_URI_LICENSE_FILES = README
+PERL_URI_LICENSE_FILES = LICENSE
 
 $(eval $(perl-package))