mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
Version 1.7.a6 - 17/Jan/2016
- 'slackpkg search' if finds more duplicated packages with different versions from many repository, now show all, marking it as "masked" the packages that will not be installed due the priority - Fixed a regression that drop PKGS_PRIORITY function in slackpkg upgrade
This commit is contained in:
parent
813f2469a8
commit
e84d428fb1
3 changed files with 13 additions and 1 deletions
|
@ -1,3 +1,9 @@
|
|||
Version 1.7.a6 - 17/Jan/2016
|
||||
- 'slackpkg search' if finds more duplicated packages with different
|
||||
versions from many repository, now show all, marking it as "masked" the
|
||||
packages that will not be installed due the priority
|
||||
- Fixed a regression that drop PKGS_PRIORITY function in slackpkg upgrade
|
||||
|
||||
Version 1.7.a5 - 16/Jan/2016
|
||||
- Improved greylist. Also, now it allow to match the name in installed packages
|
||||
- Fixed download GPG-KEY; it did not show the correct repository for gpg key
|
||||
|
|
|
@ -1,3 +1,9 @@
|
|||
Version 1.7.a6 - 17/Jan/2016
|
||||
- 'slackpkg search' if finds more duplicated packages with different
|
||||
versions from many repository, now show all, marking it as "masked" the
|
||||
packages that will not be installed due the priority
|
||||
- Fixed a regression that drop PKGS_PRIORITY function in slackpkg upgrade
|
||||
|
||||
Version 1.7.a5 - 16/Jan/2016
|
||||
- Improved greylist. Also, now it allow to match the name in installed packages
|
||||
- Fixed download GPG-KEY; it did not show the correct repository for gpg key
|
||||
|
|
|
@ -1195,7 +1195,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
|
||||
|
||||
|
||||
SPKGPLUS_VERSION="1.7.a5"
|
||||
SPKGPLUS_VERSION="1.7.a6"
|
||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue