mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Update version
This commit is contained in:
parent
7e97073dcc
commit
0eeed8fff4
3 changed files with 12 additions and 6 deletions
|
@ -1,3 +1,9 @@
|
|||
2.9.1 - 18/09/2015
|
||||
Added:
|
||||
- Additional option "--deps" in removepkg option for remove dependencies
|
||||
instead via configuration file
|
||||
- Support ".tbz" and ".tlz" Slackware packages for auto detect option
|
||||
|
||||
2.9.0 - 18/09/2015
|
||||
Added:
|
||||
- Quit option in new-config command
|
||||
|
|
10
README.rst
10
README.rst
|
@ -20,7 +20,7 @@
|
|||
:target: https://github.com/dslackw/slpkg/issues
|
||||
|
||||
|
||||
Slpkg v2.9.0
|
||||
Slpkg v2.9.1
|
||||
============
|
||||
|
||||
|
|
||||
|
@ -81,8 +81,8 @@ Download latest release:
|
|||
|
||||
Required root privileges
|
||||
|
||||
$ tar xvf slpkg-2.9.0.tar.gz
|
||||
$ cd slpkg-2.9.0
|
||||
$ tar xvf slpkg-2.9.1.tar.gz
|
||||
$ cd slpkg-2.9.1
|
||||
$ ./install.sh
|
||||
|
||||
Installed as Slackware package
|
||||
|
@ -113,9 +113,9 @@ Using pip:
|
|||
|
||||
Binary packages:
|
||||
|
||||
Slackware: `slpkg-2.9.0-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.9.0/slpkg-2.9.0-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-2.9.1-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.9.1/slpkg-2.9.1-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-2.9.0-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.9.0/slpkg-2.9.0-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-2.9.1-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.9.1/slpkg-2.9.1-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Optional dependencies
|
||||
|
|
|
@ -87,7 +87,7 @@ class MetaData(object):
|
|||
|
||||
__all__ = "slpkg"
|
||||
__author__ = "dslackw"
|
||||
__version_info__ = (2, 9, 0)
|
||||
__version_info__ = (2, 9, 1)
|
||||
__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