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
7621c2a93a
commit
59afd8b532
3 changed files with 12 additions and 4 deletions
|
@ -1,3 +1,11 @@
|
|||
2.5.9 - 02/07/2015
|
||||
Fixed:
|
||||
- Print list file package contents
|
||||
- Fixed alien -current repository
|
||||
- Fixed multi -current repository
|
||||
Added:
|
||||
- Support slonly -current (x86_64) repository
|
||||
|
||||
2.5.8 - 28/06/2015
|
||||
Fixed:
|
||||
- Checksum for alien repository
|
||||
|
|
|
@ -250,9 +250,9 @@ Using pip:
|
|||
|
||||
Bbinary packages:
|
||||
|
||||
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>`_
|
||||
Slackware: `slpkg-2.5.9-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.9/slpkg-2.5.9-i486-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>`_
|
||||
Slackware64: `slpkg-2.5.9-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.5.9/slpkg-2.5.9-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Upgrade
|
||||
|
@ -266,7 +266,7 @@ for changes.
|
|||
Slackware Current
|
||||
-----------------
|
||||
|
||||
For Slackware 'current' users must change the variable VERSION in '/etc/slpkg.conf' file.
|
||||
For Slackware 'current' users must change the variable VERSION in '/etc/slpkg/slpkg.conf' file.
|
||||
|
||||
.. code-block:: bash
|
||||
|
||||
|
|
|
@ -88,7 +88,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 5, 8)
|
||||
__version_info__ = (2, 5, 9)
|
||||
__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