From ff1179ce28edcde97023ca72960afb4169faae39 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Mon, 15 Apr 2024 17:05:16 +0300 Subject: [PATCH] Updated for customs repos --- configs/repositories.toml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/configs/repositories.toml b/configs/repositories.toml index 01394f7e..9a39a1eb 100644 --- a/configs/repositories.toml +++ b/configs/repositories.toml @@ -1,6 +1,6 @@ # This is the general repositories configuration file of slpkg: # /etc/slpkg/repositories.toml -# Updated: 15/04/2024, Version: 5.0.5 +# Updated: 15/04/2024, Version: 5.0.6 # Set 'true' or 'false' to enable or disable the repository you want. @@ -9,19 +9,18 @@ # if it is necessary. The mirror or every part of the mirror # should end with a slash '/'. -# Template to define a binary custom repository. [NAME], ENABLE, -# MIRROR and TAG options are required as a minimum. MIRROR should -# include ChangeLog.txt, PACKAGES.TXT and CHECKSUMS.md5 files. -# If the files PACKAGES.TXT and CHECKSUMS.md5 are located in -# a different branch with the ChangeLog.txt file, it should be -# set a variable BRANCH. +# Template to define a binary custom repository. +# At least are required [NAME], ENABLE, MIRROR and TAG options. +# The MIRROR should include the files ChangeLog.txt, PACKAGES.TXT, +# and CHECKSUMS.md5. If the file ChangeLog.txt is located in +# a different branch, it should be set a variable CHANGELOG. # Example: # [NAME] # ENABLE = true -# MIRROR = "http://mirror.nl.leaseweb.net/slackware/slackware64-15.0/" -# CHANGELOG = "extra" -# TAG = "" +# MIRROR = "https://slackware.nl/people/alien/sbrepos/15.0/x86_64/" +# CHANGELOG = "https://slackware.nl/people/alien/sbrepos/" +# TAG = "alien" # This is the DEFAULT REPOSITORY. # You can change it with one that you see below.