diff options
-rw-r--r-- | files/ChangeLog | 8 | ||||
-rwxr-xr-x | slackpkg.SlackBuild | 2 |
2 files changed, 9 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog index dd68a91..5e4da66 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,11 @@ + +Mon Jan 28 06:44:29 UTC 2019 +--------------- + - 2.84.0_beta4 + - Remove subshell usage and save a trivial amount of time + - Catch errors and return exit status 1 if they occur + - Fixup blacklist checking and appending when using alt $ROOT + Mon Dec 31 06:46:15 UTC 2018 --------------- - 2.84.0_beta3 diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild index 3225ded..e043816 100755 --- a/slackpkg.SlackBuild +++ b/slackpkg.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slackpkg -VERSION=${VERSION:-2.84.0_beta3} +VERSION=${VERSION:-2.84.0_beta4} ARCH="noarch" BUILD=${BUILD:-1} |