summaryrefslogtreecommitdiffstats
path: root/system/slpkg
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2022-02-07 21:05:11 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2022-02-09 09:35:02 +0700
commit5e73adfabf365e68195c6c68b62a1e449ea2bc98 (patch)
treea967060098d95dddab4cae0daf37486525cf6efe /system/slpkg
parentbda79042a4366e4de340baa40a2f967c69021e68 (diff)
downloadslackbuilds-5e73adfabf365e68195c6c68b62a1e449ea2bc98.tar.gz
slackbuilds-5e73adfabf365e68195c6c68b62a1e449ea2bc98.tar.xz
system/slpkg: Updated for version 3.9.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/slpkg')
-rw-r--r--system/slpkg/slpkg.SlackBuild6
-rw-r--r--system/slpkg/slpkg.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/system/slpkg/slpkg.SlackBuild b/system/slpkg/slpkg.SlackBuild
index 182df61a95..0145da9190 100644
--- a/system/slpkg/slpkg.SlackBuild
+++ b/system/slpkg/slpkg.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for slpkg
-# Copyright 2014-2021 Dimitris Zlatanidis Orestiada, Greece
+# Copyright 2014-2022 Dimitris Zlatanidis Orestiada, Greece
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=slpkg
-VERSION=${VERSION:-3.9.1}
+VERSION=${VERSION:-3.9.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@@ -99,7 +99,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \;
for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a README.md ChangeLog.txt LICENSE TESTING ISSUES KNOWN_ISSUES REPOSITORIES.md \
+cp -a README.md ChangeLog.txt LICENSE ISSUES KNOWN_ISSUES REPOSITORIES.md \
INSTALL.md requirements.txt $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
diff --git a/system/slpkg/slpkg.info b/system/slpkg/slpkg.info
index 2db51d67f2..45e3bbd10d 100644
--- a/system/slpkg/slpkg.info
+++ b/system/slpkg/slpkg.info
@@ -1,8 +1,8 @@
PRGNAM="slpkg"
-VERSION="3.9.1"
+VERSION="3.9.2"
HOMEPAGE="https://dslackw.gitlab.io/slpkg"
-DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.9.1/slpkg-3.9.1.tar.gz"
-MD5SUM="19d4b05df424482d8532892fc6271666"
+DOWNLOAD="https://gitlab.com/dslackw/slpkg/-/archive/3.9.2/slpkg-3.9.2.tar.gz"
+MD5SUM="4fb0c6c100299d0a05aa2df3cd639c2f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""