mirror of
https://github.com/zuno/slackpkgplus
synced 2025-01-13 20:01:04 +01:00
Mon Feb 8 18:41:17 CET 2021
pkg/slackpkg+-1.7.0d1-noarch-13mt.txz: Rebuilt - Fixed some regression on blacklist with slackpkg-15
This commit is contained in:
parent
d6f18291c0
commit
1ea5ec8da7
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Feb 8 18:41:17 CET 2021
|
||||||
|
pkg/slackpkg+-1.7.0d1-noarch-13mt.txz: Rebuilt
|
||||||
|
- Fixed some regression on blacklist with slackpkg-15
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Mon Jan 25 16:50:48 CET 2021
|
Mon Jan 25 16:50:48 CET 2021
|
||||||
pkg/slackpkg+-1.7.0d1-noarch-12mt.txz: Rebuilt
|
pkg/slackpkg+-1.7.0d1-noarch-12mt.txz: Rebuilt
|
||||||
- Other fix for counter on big package lists (thank chrisretusn for reporting)
|
- Other fix for counter on big package lists (thank chrisretusn for reporting)
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
|
Mon Feb 8 18:41:17 CET 2021
|
||||||
|
pkg/slackpkg+-1.7.0d1-noarch-13mt.txz: Rebuilt
|
||||||
|
- Fixed some regression on blacklist with slackpkg-15
|
||||||
|
+-------------------------+
|
||||||
|
|
||||||
Mon Jan 25 16:50:48 CET 2021
|
Mon Jan 25 16:50:48 CET 2021
|
||||||
pkg/slackpkg+-1.7.0d1-noarch-12mt.txz: Rebuilt
|
pkg/slackpkg+-1.7.0d1-noarch-12mt.txz: Rebuilt
|
||||||
- Other fix for counter on big package lists (thank chrisretusn for reporting)
|
- Other fix for counter on big package lists (thank chrisretusn for reporting)
|
||||||
|
|
|
@ -1732,7 +1732,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
||||||
cleanup
|
cleanup
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ ${VERSION:0:4} == "2.84" ];then
|
if [ ${VERSION:0:4} == "2.84" ]||[ ${VERSION:0:4} == "15.0" ];then
|
||||||
LEGACYBLACKLIST=""
|
LEGACYBLACKLIST=""
|
||||||
else
|
else
|
||||||
LEGACYBLACKLIST="-w"
|
LEGACYBLACKLIST="-w"
|
||||||
|
|
Loading…
Reference in a new issue