mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-28 19:58:18 +01:00
Updated for version 3.8.6
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
c1cb98d3cc
commit
e081b28d6f
3 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
|||
3.8.6 - 22/03/2020
|
||||
BugFix:
|
||||
- Message function pkg_not_found arguments
|
||||
|
||||
3.8.5 - 5/03/2020
|
||||
Added:
|
||||
- set export variable $TAG #126
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# slpkg 3.8.5
|
||||
# slpkg 3.8.6
|
||||
|
||||
Slpkg is a powerful software package manager that installs, updates, and removes packages on
|
||||
[Slackware](http://www.slackware.com/) based systems. It automatically computes dependencies and
|
||||
|
|
|
@ -76,7 +76,7 @@ class MetaData:
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (3, 8, 5)
|
||||
__version_info__ = (3, 8, 6)
|
||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||
__email__ = "d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Add table
Reference in a new issue