aboutsummaryrefslogtreecommitdiff
path: root/lang/perl-uri/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-09-20 11:28:09 -0700
committerRosen Penev <rosenp@gmail.com>2019-10-05 12:22:05 -0700
commita694e77d97751ebb055c2c71a6e6e56598f0acd7 (patch)
tree64f0ed4f46c4957742e50ece7a4c8034da264139 /lang/perl-uri/Makefile
parentdb7739d0a998c3a3330283d0b0b4c7bea8f89a31 (diff)
perl-uti: Update to 1.76
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang/perl-uri/Makefile')
-rw-r--r--lang/perl-uri/Makefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/lang/perl-uri/Makefile b/lang/perl-uri/Makefile
index 299b09554..c4f76e566 100644
--- a/lang/perl-uri/Makefile
+++ b/lang/perl-uri/Makefile
@@ -8,17 +8,17 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=perl-uri
-PKG_VERSION:=1.72
-PKG_RELEASE:=2
+PKG_VERSION:=1.76
+PKG_RELEASE:=1
-PKG_SOURCE_URL:=http://www.cpan.org/authors/id/E/ET/ETHER/
PKG_SOURCE:=URI-$(PKG_VERSION).tar.gz
-PKG_HASH:=35f14431d4b300de4be1163b0b5332de2d7fbda4f05ff1ed198a8e9330d40a32
+PKG_SOURCE_URL:=https://cpan.metacpan.org/authors/id/O/OA/OALDERS
+PKG_HASH:=b2c98e1d50d6f572483ee538a6f4ccc8d9185f91f0073fd8af7390898254413e
+PKG_BUILD_DIR:=$(BUILD_DIR)/perl/URI-$(PKG_VERSION)
-PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
-
-PKG_BUILD_DIR:=$(BUILD_DIR)/perl/URI-$(PKG_VERSION)
+PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
+PKG_LICENSE_FILES:=LICENSE
include $(INCLUDE_DIR)/package.mk
include ../perl/perlmod.mk
@@ -28,7 +28,7 @@ define Package/perl-uri
SECTION:=lang
CATEGORY:=Languages
TITLE:=Manipulates and accesses URI strings
- URL:=http://search.cpan.org/dist/URI/
+ URL:=https://search.cpan.org/dist/URI/
DEPENDS:=perl +perlbase-essential +perlbase-integer +perlbase-mime +perlbase-scalar +perlbase-utf8
endef