From f8adde8dea957894c8d3b1d0c04a6245f3fd4aa9 Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Sun, 12 May 2024 17:09:18 +0300 Subject: [PATCH] Updated for slackpkg config Signed-off-by: Dimitris Zlatanidis --- configs/slpkg.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configs/slpkg.toml b/configs/slpkg.toml index 4b95a424..389dbc08 100644 --- a/configs/slpkg.toml +++ b/configs/slpkg.toml @@ -1,6 +1,6 @@ # This is the general configuration file of slpkg: # /etc/slpkg/slpkg.toml -# Updated: 10/05/2024, Version: 5.0.8 +# Updated: 12/05/2024, Version: 5.0.9 [CONFIGS] @@ -53,6 +53,8 @@ ASK_QUESTION = true KERNEL_VERSION = true # Updates the slackpkg ChangeLog.txt after update the slack repository. +# Useful for some applications like SUN (Slackware Update Notifier). +# https://dslackw.gitlab.io/sun/ SLACKPKG_CHANGELOG = false # Download sources in parallel. Default is false. [true/false]