mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Update version
This commit is contained in:
parent
38b2d7c1f0
commit
2d140ba079
3 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,7 @@
|
|||
2.6.8 - 30/07/2015
|
||||
Fixed:
|
||||
- SBo dependencies installation order
|
||||
|
||||
2.6.7 - 28/07/2015
|
||||
Fixed:
|
||||
- Fix typo #32
|
||||
|
|
|
@ -228,8 +228,8 @@ Untar the archive and run install.sh script:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tar xvf slpkg-2.6.7.tar.gz
|
||||
$ cd slpkg-2.6.7
|
||||
$ tar xvf slpkg-2.6.8.tar.gz
|
||||
$ cd slpkg-2.6.8
|
||||
$ ./install.sh
|
||||
|
||||
Using pip:
|
||||
|
@ -248,9 +248,9 @@ Using pip:
|
|||
|
||||
Bbinary packages:
|
||||
|
||||
Slackware: `slpkg-2.6.7-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.7/slpkg-2.6.7-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-2.6.8-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.8/slpkg-2.6.8-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-2.6.7-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.7/slpkg-2.6.7-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-2.6.8-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.8/slpkg-2.6.8-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Upgrade
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 6, 7)
|
||||
__version_info__ = (2, 6, 8)
|
||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||
__email__ = "d.zlatanidis@gmail.com"
|
||||
|
|
Loading…
Reference in a new issue