mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
Release 15.0.4
This commit is contained in:
parent
4d5e9bce79
commit
1d0b67507a
2 changed files with 10 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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}
|
||||
|
||||
|
|
Loading…
Reference in a new issue