diff options
author | Slack Coder <slackcoder@server.ky> | 2024-08-15 09:48:34 -0500 |
---|---|---|
committer | Slack Coder <slackcoder@server.ky> | 2024-08-16 05:43:33 -0500 |
commit | df2b0b2d2d88bc9aaebb4446b09de61cb24f05f6 (patch) | |
tree | aef9bb8b5f68b4ec3101cab012246db0caedef0d | |
parent | c4d89c756eb91cd84805e80e99fc4b3e37dc1933 (diff) | |
download | sbotools-df2b0b2d2d88bc9aaebb4446b09de61cb24f05f6.tar.xz |
Support Slackware 15.0
Add the support URL for Slackware 15.0
-rw-r--r-- | SBO-Lib/lib/SBO/Lib/Util.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/SBO-Lib/lib/SBO/Lib/Util.pm b/SBO-Lib/lib/SBO/Lib/Util.pm index 4fc08b7..d217b4e 100644 --- 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', ); |