diff options
Diffstat (limited to 'package/perl-type-tiny')
-rw-r--r-- | package/perl-type-tiny/Config.in | 2 | ||||
-rw-r--r-- | package/perl-type-tiny/perl-type-tiny.hash | 6 | ||||
-rw-r--r-- | package/perl-type-tiny/perl-type-tiny.mk | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/package/perl-type-tiny/Config.in b/package/perl-type-tiny/Config.in index 96e5ea1350..5ee3db6f9b 100644 --- a/package/perl-type-tiny/Config.in +++ b/package/perl-type-tiny/Config.in @@ -4,4 +4,4 @@ config BR2_PACKAGE_PERL_TYPE_TINY help tiny, yet Moo(se)-compatible type constraint. - http://typetiny.toby.ink/ + https://typetiny.toby.ink/ diff --git a/package/perl-type-tiny/perl-type-tiny.hash b/package/perl-type-tiny/perl-type-tiny.hash index c4c64a62b5..2e2726e38d 100644 --- a/package/perl-type-tiny/perl-type-tiny.hash +++ b/package/perl-type-tiny/perl-type-tiny.hash @@ -1,6 +1,6 @@ # retrieved by scancpan from http://cpan.metacpan.org/ -md5 d20a07df0704e92c9c9beb72c5fdf153 Type-Tiny-1.010005.tar.gz -sha256 e01becf614849ff8a869614c46ac2706b18da8e35ed80277d8475d8c88ca9173 Type-Tiny-1.010005.tar.gz +md5 7feab0f3f99810290a3fdea8dbf24d7b Type-Tiny-1.012001.tar.gz +sha256 f907e5ad880fcc42fddb7e0de53c59429282abcbb3afb1a8651bf5ec6c42954d Type-Tiny-1.012001.tar.gz # computed by scancpan -sha256 1fb7395e76eabf94c421912d7d0a4f7fa745d49e1acb76b222c21d605b66bd25 LICENSE +sha256 34427749499bd6d6e5d206089bc03d76c647a1350f8b5f95ea628d2b6ff56e4c LICENSE diff --git a/package/perl-type-tiny/perl-type-tiny.mk b/package/perl-type-tiny/perl-type-tiny.mk index 5d9758269c..2a475e53db 100644 --- a/package/perl-type-tiny/perl-type-tiny.mk +++ b/package/perl-type-tiny/perl-type-tiny.mk @@ -4,7 +4,7 @@ # ################################################################################ -PERL_TYPE_TINY_VERSION = 1.010005 +PERL_TYPE_TINY_VERSION = 1.012001 PERL_TYPE_TINY_SOURCE = Type-Tiny-$(PERL_TYPE_TINY_VERSION).tar.gz PERL_TYPE_TINY_SITE = $(BR2_CPAN_MIRROR)/authors/id/T/TO/TOBYINK PERL_TYPE_TINY_LICENSE = Artistic or GPL-1.0+ |