mirror of
https://github.com/zuno/slackpkgplus
synced 2024-12-26 09:58:43 +01:00
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 - Fixed previous patch for $ROOT problem (did broke 'slackpkg search command')
This commit is contained in:
parent
a82fc093f3
commit
ddbbb3b2cf
3 changed files with 11 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
- Fixed previous patch for $ROOT problem (did broke 'slackpkg search command')
|
||||
|
||||
Version 1.7.a4 - 12/Jan/2016
|
||||
- Improved performance
|
||||
- Fixed search that may fails to detect repository in certain conditions
|
||||
|
|
|
@ -1,3 +1,8 @@
|
|||
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
|
||||
- Fixed previous patch for $ROOT problem (did broke 'slackpkg search command')
|
||||
|
||||
Version 1.7.a4 - 12/Jan/2016
|
||||
- Improved performance
|
||||
- Fixed search that may fails to detect repository in certain conditions
|
||||
|
|
|
@ -1178,7 +1178,7 @@ if [ "$SLACKPKGPLUS" = "on" ];then
|
|||
|
||||
|
||||
|
||||
SPKGPLUS_VERSION="1.7.a4"
|
||||
SPKGPLUS_VERSION="1.7.a5"
|
||||
VERSION="$VERSION / slackpkg+ $SPKGPLUS_VERSION"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue