mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-15 03:41:16 +01:00
Updated for version 5.1.0
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
ad069189be
commit
b0a5fba6a5
3 changed files with 19 additions and 6 deletions
|
@ -1,5 +1,18 @@
|
||||||
## slpkg - ChangeLog
|
## slpkg - ChangeLog
|
||||||
|
|
||||||
|
### 5.1.0 - 06/06/2024
|
||||||
|
|
||||||
|
- Added:
|
||||||
|
* Added PACKAGE_METHOD config to choose the upgrade method
|
||||||
|
* Added DOWNGRADE_PACKAGES config to allow to downgrade packages (Thanks to marav)
|
||||||
|
* Added PACKAGE_TYPE config if you prefer to add your own binary type
|
||||||
|
* Added python3-tomlkit to replace tomli and tomllib for -current
|
||||||
|
|
||||||
|
- Updated:
|
||||||
|
* Updated message for invalid package version
|
||||||
|
* Updated upgrade.log file to json format
|
||||||
|
* Separation of the process bar with progress bar
|
||||||
|
|
||||||
### 5.0.9 - 23/05/2024
|
### 5.0.9 - 23/05/2024
|
||||||
|
|
||||||
- Added:
|
- Added:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CLI USAGE
|
# CLI USAGE
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
slpkg - version 5.0.9
|
slpkg - version 5.1.0
|
||||||
|
|
||||||
USAGE:
|
USAGE:
|
||||||
slpkg [COMMAND] [OPTIONS] <packages>
|
slpkg [COMMAND] [OPTIONS] <packages>
|
||||||
|
|
|
@ -2,12 +2,12 @@
|
||||||
|
|
||||||
## Download
|
## Download
|
||||||
|
|
||||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.9/slpkg-5.0.9.tar.gz">slpkg-5.0.9.tar.gz</a>
|
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.1.0/slpkg-5.1.0.tar.gz">slpkg-5.1.0.tar.gz</a>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
```shell
|
```shell
|
||||||
$ tar xvf slpkg-5.0.9.tar.gz
|
$ tar xvf slpkg-5.1.0.tar.gz
|
||||||
$ cd slpkg-5.0.9
|
$ cd slpkg-5.1.0
|
||||||
$ ./install.sh
|
$ ./install.sh
|
||||||
```
|
```
|
||||||
The package will be installed as Slackware package.
|
The package will be installed as Slackware package.
|
||||||
|
@ -18,10 +18,10 @@ Alternatively you can visit: <a href="https://slackbuilds.org/repository/15.0/sy
|
||||||
|
|
||||||
## Binary package
|
## Binary package
|
||||||
|
|
||||||
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.0.9-x86_64-1_dsw.txz">slpkg-5.0.9-x86_64-1_dsw.txz</a>
|
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.1.0-x86_64-1_dsw.txz">slpkg-5.1.0-x86_64-1_dsw.txz</a>
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ upgradepkg --install-new slpkg-5.0.9-x86_64-1_dsw.txz
|
$ upgradepkg --install-new slpkg-5.1.0-x86_64-1_dsw.txz
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
Loading…
Reference in a new issue