mirror of
https://github.com/rworkman/slackpkg
synced 2024-12-25 21:58:42 +01:00
Release 15.0.2
This commit is contained in:
parent
919b08049e
commit
30bcb5e729
2 changed files with 12 additions and 1 deletions
|
@ -1,3 +1,14 @@
|
|||
|
||||
Tue Apr 13 06:48:40 UTC 2021
|
||||
---------------
|
||||
- Fix break error messages (dive)
|
||||
- Remove now pointless if/then/else (dive)
|
||||
- Safer config sourcing (dive)
|
||||
- files/slackpkg: replace #!/bin/sh with #!/bin/bash (Eugen Wissner)
|
||||
- Don't create blacklist when running update (dive)
|
||||
- Add show-changelog & help to non-root commands (dive)
|
||||
- Improve search blacklisting (dive)
|
||||
|
||||
Sun Mar 14 15:17:21 UTC 2021
|
||||
---------------
|
||||
- Re-release slackpkg-15.0.1 (no package generated yet anyway)
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PKGNAM=slackpkg
|
||||
VERSION=${VERSION:-15.0.1}
|
||||
VERSION=${VERSION:-15.0.2}
|
||||
ARCH="noarch"
|
||||
BUILD=${BUILD:-1}
|
||||
|
||||
|
|
Loading…
Reference in a new issue