sbotools2

Maintenance fork of the original sbotools version 2
Log | Files | Refs | README

commit df2b0b2d2d88bc9aaebb4446b09de61cb24f05f6
parent c4d89c756eb91cd84805e80e99fc4b3e37dc1933
Author: Slack Coder <slackcoder@server.ky>
Date:   Thu, 15 Aug 2024 09:48:34 -0500

Support Slackware 15.0

Add the support URL for Slackware 15.0

Diffstat:
MSBO-Lib/lib/SBO/Lib/Util.pm | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm @@ -205,8 +205,8 @@ my %supported = ( '14.0' => 'rsync://slackbuilds.org/slackbuilds/14.0/', '14.1' => 'rsync://slackbuilds.org/slackbuilds/14.1/', '14.2' => 'rsync://slackbuilds.org/slackbuilds/14.2/', - '14.2+' => 'https://github.com/Ponce/slackbuilds.git', - '15.0' => 'https://github.com/Ponce/slackbuilds.git', + '15.0' => 'rsync://slackbuilds.org/slackbuilds/15.0/', + '15.0+' => 'https://github.com/Ponce/slackbuilds.git', current => 'https://github.com/Ponce/slackbuilds.git', );