mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Update version
This commit is contained in:
parent
53d8f80f37
commit
baca63a8f8
2 changed files with 6 additions and 6 deletions
10
README.rst
10
README.rst
|
@ -20,7 +20,7 @@
|
|||
:target: https://github.com/dslackw/slpkg/issues
|
||||
|
||||
|
||||
Slpkg v2.7.2
|
||||
Slpkg v2.7.3
|
||||
============
|
||||
|
||||
|
|
||||
|
@ -234,8 +234,8 @@ Untar the archive and run install.sh script:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tar xvf slpkg-2.7.2.tar.gz
|
||||
$ cd slpkg-2.7.2
|
||||
$ tar xvf slpkg-2.7.3.tar.gz
|
||||
$ cd slpkg-2.7.3
|
||||
$ ./install.sh
|
||||
|
||||
Using pip:
|
||||
|
@ -254,9 +254,9 @@ Using pip:
|
|||
|
||||
Bbinary packages:
|
||||
|
||||
Slackware: `slpkg-2.7.2-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.7.2/slpkg-2.7.2-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-2.7.3-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.7.3/slpkg-2.7.3-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-2.7.2-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.7.2/slpkg-2.7.2-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-2.7.3-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.7.3/slpkg-2.7.3-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Upgrade
|
||||
|
|
|
@ -87,7 +87,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 7, 2)
|
||||
__version_info__ = (2, 7, 3)
|
||||
__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