mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for version 3.3.4
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ee58c2363c
commit
a60e0972e8
3 changed files with 10 additions and 6 deletions
|
@ -1,3 +1,7 @@
|
|||
3.3.4 - 10/01/2018
|
||||
Added:
|
||||
- Print the file size per package in option -f, --find
|
||||
|
||||
3.3.3 - 01/01/2018
|
||||
Updated:
|
||||
- README.rst for python modules
|
||||
|
|
10
README.rst
10
README.rst
|
@ -18,7 +18,7 @@
|
|||
:target: https://github.com/dslackw/slpkg/issues
|
||||
|
||||
|
||||
Slpkg v3.3.3
|
||||
Slpkg v3.3.4
|
||||
============
|
||||
|
||||
|
|
||||
|
@ -77,8 +77,8 @@ Download latest release:
|
|||
|
||||
Required root privileges
|
||||
|
||||
$ tar xvf slpkg-3.3.3.tar.gz (don't delete the archive file after extract)
|
||||
$ cd slpkg-3.3.3
|
||||
$ tar xvf slpkg-3.3.4.tar.gz (don't delete the archive file after extract)
|
||||
$ cd slpkg-3.3.4
|
||||
$ ./install.sh
|
||||
|
||||
Installed as Slackware package
|
||||
|
@ -109,9 +109,9 @@ Using pip:
|
|||
|
||||
Binary packages:
|
||||
|
||||
Slackware: `slpkg-3.3.3-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.3/slpkg-3.3.3-i586-1_dsw.txz>`_
|
||||
Slackware: `slpkg-3.3.4-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.4/slpkg-3.3.4-i586-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-3.3.3-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.3/slpkg-3.3.3-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-3.3.4-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.3.4/slpkg-3.3.4-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Optional dependencies
|
||||
|
|
|
@ -78,7 +78,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (3, 3, 3)
|
||||
__version_info__ = (3, 3, 4)
|
||||
__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