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
d96f64081d
commit
92477892dc
3 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
2.8.4 - 08/09/2015
|
||||
Added:
|
||||
- Additional option "--checklist" in option "--check" for upgrade packages
|
||||
|
||||
2.8.3 - 07/09/2015
|
||||
Added:
|
||||
- Update package lists for repository 'slack' after upgrade distribution
|
||||
|
|
10
README.rst
10
README.rst
|
@ -20,7 +20,7 @@
|
|||
:target: https://github.com/dslackw/slpkg/issues
|
||||
|
||||
|
||||
Slpkg v2.8.3
|
||||
Slpkg v2.8.4
|
||||
============
|
||||
|
||||
|
|
||||
|
@ -81,8 +81,8 @@ Download latest release:
|
|||
|
||||
Required root privileges
|
||||
|
||||
$ tar xvf slpkg-2.8.3.tar.gz
|
||||
$ cd slpkg-2.8.3
|
||||
$ tar xvf slpkg-2.8.4.tar.gz
|
||||
$ cd slpkg-2.8.4
|
||||
$ ./install.sh
|
||||
|
||||
Installed as Slackware package
|
||||
|
@ -113,9 +113,9 @@ Using pip:
|
|||
|
||||
Binary packages:
|
||||
|
||||
Slackware: `slpkg-2.8.3-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.3/slpkg-2.8.3-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-2.8.4-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.4/slpkg-2.8.4-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-2.8.3-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.3/slpkg-2.8.3-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-2.8.4-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.8.4/slpkg-2.8.4-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Optional dependencies
|
||||
|
|
|
@ -87,7 +87,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 8, 3)
|
||||
__version_info__ = (2, 8, 4)
|
||||
__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