diff options
author | Robby Workman <rworkman@slackware.com> | 2021-01-04 23:14:20 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-01-04 23:14:20 -0600 |
commit | f6016603530656687460627380a8f6720c6df5ff (patch) | |
tree | 72a93a3350a1c5f6e4799e49351eb3b76a9a0d38 | |
parent | 23640d912ddf754934488a002070581fee2dbc77 (diff) | |
download | slackpkg-f6016603530656687460627380a8f6720c6df5ff.tar.xz |
Release 2.84.0_beta11
-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} |