From b71b11ea8678a489e1f8d8ab51763c5ee390ae3f Mon Sep 17 00:00:00 2001 From: Dimitris Zlatanidis Date: Fri, 24 Feb 2017 11:23:06 +0200 Subject: system/slpkg: Updated for version 3.2.6. Signed-off-by: Dimitris Zlatanidis --- system/slpkg/doinst.sh | 2 +- system/slpkg/slpkg.SlackBuild | 4 ++-- system/slpkg/slpkg.info | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) (limited to 'system') diff --git a/system/slpkg/doinst.sh b/system/slpkg/doinst.sh index 103509b3b5..67244ee97e 100644 --- a/system/slpkg/doinst.sh +++ b/system/slpkg/doinst.sh @@ -9,7 +9,7 @@ config() { } CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \ - default-repositories custom-repositories rlworkman.deps" + default-repositories custom-repositories rlworkman.deps pkg_security" for file in $CONFIGS; do config etc/slpkg/${file}.new done diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild index 154f8bfc3e..e46744ca7b 100644 --- a/system/slpkg/slpkg.SlackBuild +++ b/system/slpkg/slpkg.SlackBuild @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=slpkg -VERSION=${VERSION:-3.2.3} +VERSION=${VERSION:-3.2.6} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -89,7 +89,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr mkdir -p $PKG/etc/slpkg # install configuration files CONFIGS="slpkg.conf repositories.conf blacklist slackware-mirrors \ - default-repositories custom-repositories rlworkman.deps" + default-repositories custom-repositories rlworkman.deps pkg_security" for file in $CONFIGS; do install -D -m0644 conf/$file $PKG/etc/slpkg/${file}.new done diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info index 9bfbcafce8..0a4488d455 100644 --- a/system/slpkg/slpkg.info +++ b/system/slpkg/slpkg.info @@ -1,8 +1,8 @@ PRGNAM="slpkg" -VERSION="3.2.3" +VERSION="3.2.6" HOMEPAGE="https://github.com/dslackw/slpkg" -DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.2.3.tar.gz" -MD5SUM="33dddeeea7eb50420455a82bd32bce7c" +DOWNLOAD="https://github.com/dslackw/slpkg/archive/v3.2.6.tar.gz" +MD5SUM="95b595479e7fb6e0ed934f33a74c267c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -- cgit v1.2.3