mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Update to version 3.1.9
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
2cd016ee8b
commit
ffe54258bc
3 changed files with 8 additions and 6 deletions
|
@ -4,6 +4,8 @@ Updated:
|
|||
Fixed:
|
||||
- Resolve dependencies to the binaries repositories
|
||||
- Remove dependencies to the binaries repositories
|
||||
Remove:
|
||||
- Studioware binary repository because switch to slackbuild type
|
||||
|
||||
3.1.8 - 11/10/2016
|
||||
Added:
|
||||
|
|
10
README.rst
10
README.rst
|
@ -20,7 +20,7 @@
|
|||
:target: https://github.com/dslackw/slpkg/issues
|
||||
|
||||
|
||||
Slpkg v3.1.8
|
||||
Slpkg v3.1.9
|
||||
============
|
||||
|
||||
|
|
||||
|
@ -79,8 +79,8 @@ Download latest release:
|
|||
|
||||
Required root privileges
|
||||
|
||||
$ tar xvf slpkg-3.1.8.tar.gz
|
||||
$ cd slpkg-3.1.8
|
||||
$ tar xvf slpkg-3.1.9.tar.gz
|
||||
$ cd slpkg-3.1.9
|
||||
$ ./install.sh
|
||||
|
||||
Installed as Slackware package
|
||||
|
@ -111,9 +111,9 @@ Using pip:
|
|||
|
||||
Binary packages:
|
||||
|
||||
Slackware: `slpkg-3.1.8-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.8/slpkg-3.1.8-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-3.1.9-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.9/slpkg-3.1.9-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-3.1.8-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.8/slpkg-3.1.8-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-3.1.9-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v3.1.9/slpkg-3.1.9-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Optional dependencies
|
||||
|
|
|
@ -77,7 +77,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (3, 1, 8)
|
||||
__version_info__ = (3, 1, 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