commit 8c55c581273eb46474ca8257df7c409daa0f2753
parent 25a1a19832878a91330dda0d65af7756715a2b8a
Author: Andreas Guldstrand <andreas.guldstrand@gmail.com>
Date: Sat, 2 Jul 2016 08:56:19 +0200
SBO::Lib: add 14.2 repo to known repos
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
@@ -214,6 +214,7 @@ sub get_slack_version {
my %supported = (
'14.0' => '14.0',
'14.1' => '14.1',
+ '14.2' => '14.2',
);
my ($fh, $exit) = open_read('/etc/slackware-version');
if ($exit) {