Update version

This commit is contained in:
Dimitris Zlatanidis 2015-09-11 05:51:02 +03:00
parent cf38f936fe
commit a3f44cf84a
3 changed files with 10 additions and 6 deletions

View file

@ -1,3 +1,7 @@
2.8.7 - 11/09/2015
Fixed:
- Check remove dependencies if already installed
2.8.6 - 11/09/2015 2.8.6 - 11/09/2015
Added: Added:
- Read doinst.sh file in "--network" option - Read doinst.sh file in "--network" option

View file

@ -20,7 +20,7 @@
:target: https://github.com/dslackw/slpkg/issues :target: https://github.com/dslackw/slpkg/issues
Slpkg v2.8.6 Slpkg v2.8.7
============ ============
| |
@ -81,8 +81,8 @@ Download latest release:
Required root privileges Required root privileges
$ tar xvf slpkg-2.8.6.tar.gz $ tar xvf slpkg-2.8.7.tar.gz
$ cd slpkg-2.8.6 $ cd slpkg-2.8.7
$ ./install.sh $ ./install.sh
Installed as Slackware package Installed as Slackware package
@ -113,9 +113,9 @@ Using pip:
Binary packages: Binary packages:
Slackware: `slpkg-2.8.6-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.6/slpkg-2.8.6-i486-1_dsw.txz>`_ Slackware: `slpkg-2.8.7-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.7/slpkg-2.8.7-i486-1_dsw.txz>`_
Slackware64: `slpkg-2.8.6-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.6/slpkg-2.8.6-x86_64-1_dsw.txz>`_ Slackware64: `slpkg-2.8.7-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.7/slpkg-2.8.7-x86_64-1_dsw.txz>`_
Optional dependencies Optional dependencies

View file

@ -87,7 +87,7 @@ class MetaData(object):
__all__ = "slpkg" __all__ = "slpkg"
__author__ = "dslackw" __author__ = "dslackw"
__version_info__ = (2, 8, 6) __version_info__ = (2, 8, 7)
__version__ = "{0}.{1}.{2}".format(*__version_info__) __version__ = "{0}.{1}.{2}".format(*__version_info__)
__license__ = "GNU General Public License v3 (GPLv3)" __license__ = "GNU General Public License v3 (GPLv3)"
__email__ = "d.zlatanidis@gmail.com" __email__ = "d.zlatanidis@gmail.com"