mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-31 10:26:39 +01:00
Update version
This commit is contained in:
parent
24e14f811f
commit
c435cb00b2
2 changed files with 10 additions and 7 deletions
15
README.rst
15
README.rst
|
@ -4,7 +4,7 @@
|
||||||
:target: https://travis-ci.org/dslackw/slpkg
|
:target: https://travis-ci.org/dslackw/slpkg
|
||||||
.. image:: https://landscape.io/github/dslackw/slpkg/master/landscape.png
|
.. image:: https://landscape.io/github/dslackw/slpkg/master/landscape.png
|
||||||
:target: https://landscape.io/github/dslackw/slpkg/master
|
:target: https://landscape.io/github/dslackw/slpkg/master
|
||||||
.. image:: https://img.shields.io/codacy/6464ba0bd1e3.2.58388c71a34b3a5e8.svg
|
.. image:: https://img.shields.io/codacy/6464ba0bd1e3.2.68388c71a34b3a5e8.svg
|
||||||
:target: https://www.codacy.com/public/dzlatanidis/slpkg/dashboard
|
:target: https://www.codacy.com/public/dzlatanidis/slpkg/dashboard
|
||||||
.. image:: https://img.shields.io/pypi/dm/slpkg.svg
|
.. image:: https://img.shields.io/pypi/dm/slpkg.svg
|
||||||
:target: https://pypi.python.org/pypi/slpkg
|
:target: https://pypi.python.org/pypi/slpkg
|
||||||
|
@ -20,7 +20,7 @@
|
||||||
:target: https://github.com/dslackw/slpkg/issues
|
:target: https://github.com/dslackw/slpkg/issues
|
||||||
|
|
||||||
|
|
||||||
Slpkg v3.2.5
|
Slpkg v3.2.6
|
||||||
============
|
============
|
||||||
|
|
||||||
|
|
|
|
||||||
|
@ -79,8 +79,8 @@ Download latest release:
|
||||||
|
|
||||||
Required root privileges
|
Required root privileges
|
||||||
|
|
||||||
$ tar xvf slpkg-3.2.5.tar.gz
|
$ tar xvf slpkg-3.2.6.tar.gz
|
||||||
$ cd slpkg-3.2.5
|
$ cd slpkg-3.2.6
|
||||||
$ ./install.sh
|
$ ./install.sh
|
||||||
|
|
||||||
If you want to build slpkg for use with Python 3.x (needs the
|
If you want to build slpkg for use with Python 3.x (needs the
|
||||||
|
@ -116,9 +116,9 @@ Using pip:
|
||||||
|
|
||||||
Binary packages:
|
Binary packages:
|
||||||
|
|
||||||
Slackware: `slpkg-3.2.5-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.5/slpkg-3.2.5-i586-1_dsw.txz>`_
|
Slackware: `slpkg-3.2.6-i586-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.6/slpkg-3.2.6-i586-1_dsw.txz>`_
|
||||||
|
|
||||||
Slackware64: `slpkg-3.2.5-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.5/slpkg-3.2.5-x86_64-1_dsw.txz>`_
|
Slackware64: `slpkg-3.2.6-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.2.6/slpkg-3.2.6-x86_64-1_dsw.txz>`_
|
||||||
|
|
||||||
|
|
||||||
Optional dependencies
|
Optional dependencies
|
||||||
|
@ -374,6 +374,9 @@ Configuration Files
|
||||||
/etc/slpkg/custom-repositories
|
/etc/slpkg/custom-repositories
|
||||||
List of custom repositories
|
List of custom repositories
|
||||||
|
|
||||||
|
/etc/slpkg/pkg_security
|
||||||
|
List of packages for security reasons
|
||||||
|
|
||||||
/var/log/slpkg
|
/var/log/slpkg
|
||||||
ChangeLog.txt repositories files
|
ChangeLog.txt repositories files
|
||||||
SlackBuilds logs and dependencies files
|
SlackBuilds logs and dependencies files
|
||||||
|
|
|
@ -78,7 +78,7 @@ class MetaData(object):
|
||||||
|
|
||||||
__all__ = "slpkg"
|
__all__ = "slpkg"
|
||||||
__author__ = "dslackw"
|
__author__ = "dslackw"
|
||||||
__version_info__ = (3, 2, 5)
|
__version_info__ = (3, 2, 6)
|
||||||
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
__version__ = "{0}.{1}.{2}".format(*__version_info__)
|
||||||
__license__ = "GNU General Public License v3 (GPLv3)"
|
__license__ = "GNU General Public License v3 (GPLv3)"
|
||||||
__email__ = "d.zlatanidis@gmail.com"
|
__email__ = "d.zlatanidis@gmail.com"
|
||||||
|
|
Loading…
Reference in a new issue