mirror of
https://github.com/rworkman/slackpkg
synced 2025-01-13 20:03:38 +01:00
Release 2.84.0_beta2
This should fix blacklisting of entire package sets; thanks much to David Woodfall (dive) for this. Note that the sample blacklist file has changed to reflect the new syntax for blacklisting sets (add a trailing slash, e.g. "kde/")
This commit is contained in:
parent
a14cc9c888
commit
d358f77039
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Sun Dec 30 10:21:10 UTC 2018
|
||||||
|
---------------
|
||||||
|
- 2.84.0_beta2
|
||||||
|
- Fix support for blacklisting entire package sets; blacklisted sets
|
||||||
|
now need a trailing slash, e.g. kde/ (David Woodfall)
|
||||||
|
|
||||||
Sun Dec 2 06:46:33 UTC 2018
|
Sun Dec 2 06:46:33 UTC 2018
|
||||||
---------------
|
---------------
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PKGNAM=slackpkg
|
PKGNAM=slackpkg
|
||||||
VERSION=${VERSION:-2.84.0_beta1}
|
VERSION=${VERSION:-2.84.0_beta2}
|
||||||
ARCH="noarch"
|
ARCH="noarch"
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue