diff options
-rw-r--r-- | files/ChangeLog | 6 | ||||
-rwxr-xr-x | slackpkg.SlackBuild | 2 |
2 files changed, 7 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog index 774be50..bb48343 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,4 +1,10 @@ +Wed Nov 8 00:45:00 UTC 2017 +--------------- + - 2.82.3beta1 + - Add an option to use vimdiff for comparing changes in .new files + (thanks to David Allen) + Sun Oct 10 07:48:13 UTC 2017 --------------- - Updated mirrors-x86*.sample to remove dead mirrors and clarify diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild index 81ead2d..139c665 100755 --- a/slackpkg.SlackBuild +++ b/slackpkg.SlackBuild @@ -22,7 +22,7 @@ PKGNAM=slackpkg -VERSION=2.82.2 +VERSION=2.82.3beta1 BUILD=${BUILD:-1} CWD=$(pwd) |