aboutsummaryrefslogtreecommitdiff
path: root/SBO-Lib/lib/SBO
diff options
context:
space:
mode:
authorAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-07-02 08:56:19 +0200
committerAndreas Guldstrand <andreas.guldstrand@gmail.com>2016-07-02 08:56:19 +0200
commit8c55c581273eb46474ca8257df7c409daa0f2753 (patch)
tree3a612ba16628433e42d9f88c863ab58201f5e824 /SBO-Lib/lib/SBO
parent25a1a19832878a91330dda0d65af7756715a2b8a (diff)
downloadsbotools2-8c55c581273eb46474ca8257df7c409daa0f2753.tar.xz
SBO::Lib: add 14.2 repo to known repos
Diffstat (limited to 'SBO-Lib/lib/SBO')
-rw-r--r--SBO-Lib/lib/SBO/Lib.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/SBO-Lib/lib/SBO/Lib.pm b/SBO-Lib/lib/SBO/Lib.pm
index d909862..6eb1c09 100644
--- 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) {