From ae3b21f78189f9d306934b8411efee354da08e3c Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Fri, 4 Nov 2022 15:51:28 +0000 Subject: [PATCH] release 2.058003 --- Changes | 6 ++++++ META.json | 4 ++-- META.yml | 4 ++-- lib/App/Netdisco.pm | 2 +- 4 files changed, 11 insertions(+), 5 deletions(-) diff --git a/Changes b/Changes index cfb73f47..15ba9eeb 100644 --- a/Changes +++ b/Changes @@ -1,3 +1,9 @@ +2.058003 - 2022-11-04 + + [BUG FIXES] + + * Revert HTTPS download for build as it does not work in busybox + 2.058002 - 2022-11-04 [ENHANCEMENTS] diff --git a/META.json b/META.json index 1ed4cad0..26e15a56 100644 --- a/META.json +++ b/META.json @@ -136,7 +136,7 @@ "provides" : { "App::Netdisco" : { "file" : "lib/App/Netdisco.pm", - "version" : "2.058001" + "version" : "2.058003" }, "App::Netdisco::AnyEvent::Nbtstat" : { "file" : "lib/App/Netdisco/AnyEvent/Nbtstat.pm" @@ -920,6 +920,6 @@ "x_IRC" : "irc://irc.libera.chat/#netdisco", "x_MailingList" : "https://lists.sourceforge.net/lists/listinfo/netdisco-users" }, - "version" : "2.058001", + "version" : "2.058003", "x_serialization_backend" : "JSON::PP version 4.06" } diff --git a/META.yml b/META.yml index 6eafe8e4..987b9d0f 100644 --- a/META.yml +++ b/META.yml @@ -23,7 +23,7 @@ name: App-Netdisco provides: App::Netdisco: file: lib/App/Netdisco.pm - version: '2.058001' + version: '2.058003' App::Netdisco::AnyEvent::Nbtstat: file: lib/App/Netdisco/AnyEvent/Nbtstat.pm App::Netdisco::Backend::Job: @@ -635,5 +635,5 @@ resources: homepage: http://netdisco.org/ license: http://opensource.org/licenses/bsd-license.php repository: https://github.com/netdisco/netdisco -version: '2.058001' +version: '2.058003' x_serialization_backend: 'CPAN::Meta::YAML version 0.018' diff --git a/lib/App/Netdisco.pm b/lib/App/Netdisco.pm index 0a72b800..17c7f7f5 100644 --- a/lib/App/Netdisco.pm +++ b/lib/App/Netdisco.pm @@ -4,7 +4,7 @@ use strict; use warnings; use 5.010_000; -our $VERSION = '2.058002'; +our $VERSION = '2.058003'; use App::Netdisco::Configuration; =head1 NAME