mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update version
This commit is contained in:
parent
749bfe0f21
commit
be4632239c
3 changed files with 7 additions and 3 deletions
|
@ -1,3 +1,7 @@
|
|||
2.5.8 - 28/06/2015
|
||||
Fixed:
|
||||
- Checksum for alien repository
|
||||
|
||||
2.5.7 - 28/06/2015
|
||||
Fixed:
|
||||
- Double packages from alien repository
|
||||
|
|
|
@ -250,9 +250,9 @@ Using pip:
|
|||
|
||||
Bbinary packages:
|
||||
|
||||
Slackware: `slpkg-2.5.7-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.7/slpkg-2.5.7-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-2.5.8-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.8/slpkg-2.5.8-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-2.5.7-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.7/slpkg-2.5.7-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-2.5.8-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.8/slpkg-2.5.8-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Upgrade
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 5, 7)
|
||||
__version_info__ = (2, 5, 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