diff options
-rw-r--r-- | files/ChangeLog | 9 | ||||
-rwxr-xr-x | slackpkg.SlackBuild | 2 |
2 files changed, 10 insertions, 1 deletions
diff --git a/files/ChangeLog b/files/ChangeLog index 1b7172f..0559290 100644 --- a/files/ChangeLog +++ b/files/ChangeLog @@ -1,3 +1,12 @@ + +Sat Jun 5 03:30:43 UTC 2021 +--------------- + - Release 15.0.4 + - shell-completions/slackpkg.bash: add "show-changelog" + - Import bash-completion file from upstream project + - Added the new-config actions for specific files (Piter PUNK) + - Harden slackpkg with respect to obtaining GPG key (CRTS) + Mon May 3 23:53:57 UTC 2021 --------------- - Release 15.0.3 diff --git a/slackpkg.SlackBuild b/slackpkg.SlackBuild index 4b70008..63a1755 100755 --- a/slackpkg.SlackBuild +++ b/slackpkg.SlackBuild @@ -23,7 +23,7 @@ cd $(dirname $0) ; CWD=$(pwd) PKGNAM=slackpkg -VERSION=${VERSION:-15.0.3} +VERSION=${VERSION:-15.0.4} ARCH="noarch" BUILD=${BUILD:-1} |