From ba81bf24d8df5153830f06deb7c2b780fe5c292f Mon Sep 17 00:00:00 2001 From: Slack Coder Date: Tue, 10 Dec 2024 14:06:06 -0500 Subject: GPG verification --- SBO-Lib/lib/SBO/Lib/Util.pm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'SBO-Lib/lib/SBO/Lib/Util.pm') diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm index d6327c1..3c611b8 100644 --- a/SBO-Lib/lib/SBO/Lib/Util.pm +++ b/SBO-Lib/lib/SBO/Lib/Util.pm @@ -40,6 +40,7 @@ our @EXPORT_OK = ( get_kernel_version get_sbo_from_loc get_slack_version + get_slack_version_key get_slack_version_url idx in @@ -97,7 +98,7 @@ the values will change according to the configuration, and C will by default get changed to C. The supported keys are: C, C, C, C, -C, C, C, C. +C, C, C, C, C. =cut @@ -113,6 +114,7 @@ our %config = ( LOCAL_OVERRIDES => 'FALSE', SLACKWARE_VERSION => 'FALSE', REPO => 'FALSE', + GPG_KEY => 'D3076BC3E783EE747F09B8B70368EF579C7BA3B6', ); read_config(); @@ -242,7 +244,6 @@ sub get_slack_version_url { return $supported{get_slack_version()}; } - =head2 idx my $idx = idx($needle, @haystack); -- cgit v1.2.3