summaryrefslogtreecommitdiffstats
path: root/slackpkg.SlackBuild
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2018-12-30 04:21:36 -0600
committerRobby Workman <rworkman@slackware.com>2018-12-30 04:21:36 -0600
commitd358f77039efcf712b22c7243a1f4231d0f73c28 (patch)
tree689000a4f097a4e2cb975768ce82e0ae803d8e1f /slackpkg.SlackBuild
parenta14cc9c88821f9ff9016bb477bce50d02ee9cbf8 (diff)
downloadslackpkg-d358f77039efcf712b22c7243a1f4231d0f73c28.tar.xz
Release 2.84.0_beta2
This should fix blacklisting of entire package sets; thanks much to David Woodfall (dive) for this. Note that the sample blacklist file has changed to reflect the new syntax for blacklisting sets (add a trailing slash, e.g. "kde/")
Diffstat (limited to 'slackpkg.SlackBuild')
-rwxr-xr-xslackpkg.SlackBuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild
index 59eb21a..bc25a00 100755
--- a/slackpkg.SlackBuild
+++ b/slackpkg.SlackBuild
@@ -23,7 +23,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PKGNAM=slackpkg
-VERSION=${VERSION:-2.84.0_beta1}
+VERSION=${VERSION:-2.84.0_beta2}
ARCH="noarch"
BUILD=${BUILD:-1}