Skip to content

Commit

Permalink
package/perl-lwp-protocol-https: bump to version 6.11
Browse files Browse the repository at this point in the history
LICENSE: switch to Perl Artistic
see https://metacpan.org/release/OALDERS/LWP-Protocol-https-6.11/diff/OALDERS/LWP-Protocol-https-6.10#LICENSE

Signed-off-by: Francois Perrad <[email protected]>
Signed-off-by: Thomas Petazzoni <[email protected]>
  • Loading branch information
fperrad authored and tpetazzoni committed Sep 30, 2023
1 parent e1308d2 commit 317a77b
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion package/perl-lwp-protocol-https/Config.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ config BR2_PACKAGE_PERL_LWP_PROTOCOL_HTTPS
bool "perl-lwp-protocol-https"
depends on !BR2_STATIC_LIBS
select BR2_PACKAGE_PERL_IO_SOCKET_SSL # runtime
select BR2_PACKAGE_PERL_MOZILLA_CA # runtime
select BR2_PACKAGE_PERL_NET_HTTP # runtime
select BR2_PACKAGE_PERL_LIBWWW_PERL # runtime
help
Expand Down
8 changes: 4 additions & 4 deletions package/perl-lwp-protocol-https/perl-lwp-protocol-https.hash
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# retrieved by scancpan from http://cpan.metacpan.org/
md5 cf64e4bc57a9266ac4343cdf0808c5c8 LWP-Protocol-https-6.10.tar.gz
sha256 cecfc31fe2d4fc854cac47fce13d3a502e8fdfe60c5bc1c09535743185f2a86c LWP-Protocol-https-6.10.tar.gz
# retrieved by scancpan from https://cpan.metacpan.org/
md5 6615a250c8963a2333ea6d0fbbec306b LWP-Protocol-https-6.11.tar.gz
sha256 0132ddbf03661565ca85050f2a5094fb9263cbbc3ccb1a4d9c41ac9bb083b917 LWP-Protocol-https-6.11.tar.gz

# computed by scancpan
sha256 294e73f9bd40ea600e9478cd57489a7da72558a83c6a66f37a82e4e0d5a706d9 LICENSE
sha256 e4def55436b2bd99fe2cdbf546a72ad5958327e28831db9b5adb497c6bd580ba LICENSE
4 changes: 2 additions & 2 deletions package/perl-lwp-protocol-https/perl-lwp-protocol-https.mk
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
#
################################################################################

PERL_LWP_PROTOCOL_HTTPS_VERSION = 6.10
PERL_LWP_PROTOCOL_HTTPS_VERSION = 6.11
PERL_LWP_PROTOCOL_HTTPS_SOURCE = LWP-Protocol-https-$(PERL_LWP_PROTOCOL_HTTPS_VERSION).tar.gz
PERL_LWP_PROTOCOL_HTTPS_SITE = $(BR2_CPAN_MIRROR)/authors/id/O/OA/OALDERS
PERL_LWP_PROTOCOL_HTTPS_LICENSE = Artistic or GPL-1.0+
PERL_LWP_PROTOCOL_HTTPS_LICENSE = Artistic-1.0-Perl or GPL-1.0+
PERL_LWP_PROTOCOL_HTTPS_LICENSE_FILES = LICENSE
PERL_LWP_PROTOCOL_HTTPS_DISTNAME = LWP-Protocol-https

Expand Down

0 comments on commit 317a77b

Please sign in to comment.