mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-15 19:47:54 +01:00
Release 15.0.5
This commit is contained in:
parent
ae1b8712a6
commit
cd95834328
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sat Jun 5 03:54:45 UTC 2021
|
||||
---------------
|
||||
- Release 15.0.5
|
||||
- Add "--" option to "command cd" in bash completion file
|
||||
(akinomyoga)
|
||||
|
||||
Sat Jun 5 03:30:43 UTC 2021
|
||||
---------------
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=slackpkg
|
||||
VERSION=${VERSION:-15.0.4}
|
||||
VERSION=${VERSION:-15.0.5}
|
||||
ARCH="noarch"
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
|
|
Loading…
Reference in a new issue