aboutsummaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2019-09-20 10:39:33 -0700
committerRosen Penev <rosenp@gmail.com>2019-10-05 12:22:02 -0700
commit03656dfea640ce22ddadbeecce6b932f53473046 (patch)
tree5605f8b3733d07176761d6e938a896eddad6bca6 /lang
parenta3d40c56a3741931c117bca57b7b5696fbda70c4 (diff)
perl-file-sharedir-install: Update to 0.13
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r--lang/perl-file-sharedir-install/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/lang/perl-file-sharedir-install/Makefile b/lang/perl-file-sharedir-install/Makefile
index d04be3de6..c1ab6a9e8 100644
--- a/lang/perl-file-sharedir-install/Makefile
+++ b/lang/perl-file-sharedir-install/Makefile
@@ -8,15 +8,16 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=perl-file-sharedir-install
-PKG_VERSION:=0.10
-PKG_RELEASE:=2
+PKG_VERSION:=0.13
+PKG_RELEASE:=1
-PKG_SOURCE_URL:=http://www.cpan.org/authors/id/G/GW/GWYN
PKG_SOURCE:=File-ShareDir-Install-$(PKG_VERSION).tar.gz
-PKG_HASH:=708af71dec4dfb5a8cf9a5e863b566714c3f65f0a76722302de5a07ee202e6f7
+PKG_SOURCE_URL:=https://www.cpan.org/authors/id/E/ET/ETHER
+PKG_HASH:=45befdf0d95cbefe7c25a1daf293d85f780d6d2576146546e6828aad26e580f9
-PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
PKG_MAINTAINER:=Marcel Denia <naoir@gmx.net>
+PKG_LICENSE:=GPL-1.0-or-later Artistic-1.0-Perl
+PKG_LICENSE_FILES:=LICENSE
HOST_BUILD_DIR:=$(BUILD_DIR_HOST)/perl/File-ShareDir-Install-$(PKG_VERSION)
HOST_BUILD_DEPENDS:=perl/host
@@ -31,7 +32,7 @@ define Package/perl-file-sharedir-install
SECTION:=lang
CATEGORY:=Languages
TITLE:=Install read-only data files
- URL:=http://search.cpan.org/dist/File-ShareDir-Install/
+ URL:=https://search.cpan.org/dist/File-ShareDir-Install/
DEPENDS:=perl +perlbase-essential +perlbase-extutils +perlbase-file +perlbase-io
endef