diff --git a/configs/repositories.toml b/configs/repositories.toml index e9c60faa..a74f25e1 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: 08/04/2024, Version: 5.0.5 +# Updated: 10/04/2024, Version: 5.0.5 # Set 'true' to the variable {NAME}_REPO to enable a repository. @@ -60,8 +60,10 @@ PONCE_REPO_TAR_SUFFIX = ".tar.gz" # Official repository for Slackware x86_64 15.0 stable. # Recommended using a mirror from /etc/slackpkg/mirrors file. -# For Slackware x86_64 -current: +# Slackware x86_64 -current: # ["https://slackware.uk/slackware/slackware64-current/"] +# SalixOs x86_64 15.0 stable: +# ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/"] SLACK_REPO = false SLACK_REPO_NAME = "slack" SLACK_REPO_LOCAL = [""] @@ -73,8 +75,10 @@ SLACK_REPO_TAG = "" # Official repository for Slackware patches x86_64 15.0 stable. # Recommended using a mirror from /etc/slackpkg/mirrors file. -# For Slackware patches x86_64 -current: +# Slackware patches x86_64 -current: # ["https://slackware.uk/slackware/slackware64-current/", "extra/"] +# SalixOs x86_64 15.0 stable: +# ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/", "extra/"] SLACK_EXTRA_REPO = false SLACK_EXTRA_REPO_NAME = "slack_extra" SLACK_EXTRA_REPO_LOCAL = [""] @@ -88,6 +92,8 @@ SLACK_EXTRA_REPO_TAG = "" # Recommended using a mirror from /etc/slackpkg/mirrors file. # For Slackware patches x86_64 -current: # ["https://slackware.uk/slackware/slackware64-current/", "patches/"] +# SalixOs x86_64 15.0 stable: +# ["https://repo.greeklug.gr/data/pub/linux/salix/x86_64/slackware-15.0/", "patches/"] SLACK_PATCHES_REPO = false SLACK_PATCHES_REPO_NAME = "slack_patches" SLACK_PATCHES_REPO_LOCAL = [""]