diff options
-rw-r--r-- | files/ChangeLog | 8 | ||||
-rwxr-xr-x | slackpkg.SlackBuild | 2 |
2 files changed, 7 insertions, 3 deletions
diff --git a/files/ChangeLog b/files/ChangeLog index ea44e8c..31d3ccb 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,6 +1,10 @@ - +Tue Jan 5 05:13:50 UTC 2021 --------------- - + - 2.84.0_beta11 + - add show-changelog option and update manpage (Peter Hyman) + - backwards-incompatibility warning: check-updates will now return + 1 if there are updates available - this will make it easier to + use this feature with cron (Peter Hyman) - document issues with filenames having spaces (Eric Pozharski) Fri Nov 27 21:14:26 UTC 2020 diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild index dfebf3a..d69fdfb 100755 --- a/slackpkg.SlackBuild +++ b/slackpkg.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slackpkg -VERSION=${VERSION:-2.84.0_beta10} +VERSION=${VERSION:-2.84.0_beta11} ARCH="noarch" BUILD=${BUILD:-1} |