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
242159e17c
commit
1dbdfbc1b2
2 changed files with 14 additions and 3 deletions
|
@ -1,3 +1,14 @@
|
|||
2.6.3 - 17/07/2015
|
||||
Added:
|
||||
- Option via configuration file to choose "on" or "off" progress status bar
|
||||
Fixed:
|
||||
- SBo install and upgrade print view
|
||||
- Code style and complexity
|
||||
- Matching binary installed packages with repository packages
|
||||
Updated:
|
||||
- Slackware mirrors
|
||||
- View SBo version when installing or upgrading
|
||||
|
||||
2.6.2 - 16/07/2015
|
||||
Added:
|
||||
- Health check installed packages
|
||||
|
|
|
@ -230,7 +230,7 @@ Untar the archive and run install.sh script:
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tar xvf slpkg-<version>.tar.gz
|
||||
$ tar xvf slpkg-2.6.3.tar.gz
|
||||
$ cd slpkg-<version>
|
||||
$ ./install.sh
|
||||
|
||||
|
@ -250,9 +250,9 @@ Using pip:
|
|||
|
||||
Bbinary packages:
|
||||
|
||||
Slackware: `slpkg-2.6.2-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.2/slpkg-2.6.2-i486-1_dsw.txz>`_
|
||||
Slackware: `slpkg-2.6.3-i486-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.3/slpkg-2.6.3-i486-1_dsw.txz>`_
|
||||
|
||||
Slackware64: `slpkg-2.6.2-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.2/slpkg-2.6.2-x86_64-1_dsw.txz>`_
|
||||
Slackware64: `slpkg-2.6.3-x86_64-1_dsw.txz <https://github.com/dslackw/slpkg/releases/download/v2.6.3/slpkg-2.6.3-x86_64-1_dsw.txz>`_
|
||||
|
||||
|
||||
Upgrade
|
||||
|
|
Loading…
Add table
Reference in a new issue