diff options
-rw-r--r-- | files/ChangeLog | 5 | ||||
-rwxr-xr-x | slackpkg.SlackBuild | 2 |
2 files changed, 6 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog index c0806d9..ccf6635 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,8 @@ +Sun Dec 30 10:21:10 UTC 2018 +--------------- + - 2.84.0_beta2 + - Fix support for blacklisting entire package sets; blacklisted sets + now need a trailing slash, e.g. kde/ (David Woodfall) Sun Dec 2 06:46:33 UTC 2018 --------------- 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} |