mirror of
https://github.com/rworkman/slackpkg
synced 2025-01-13 20:03:38 +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
|
Sun Mar 14 15:17:21 UTC 2021
|
||||||
---------------
|
---------------
|
||||||
- Re-release slackpkg-15.0.1 (no package generated yet anyway)
|
- Re-release slackpkg-15.0.1 (no package generated yet anyway)
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PKGNAM=slackpkg
|
PKGNAM=slackpkg
|
||||||
VERSION=${VERSION:-15.0.1}
|
VERSION=${VERSION:-15.0.2}
|
||||||
ARCH="noarch"
|
ARCH="noarch"
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue