Updated for version 5.0.9

This commit is contained in:
Dimitris Zlatanidis 2024-05-24 18:58:12 +03:00
parent 5f33101d0f
commit ad069189be
3 changed files with 15 additions and 9 deletions

View file

@ -1,5 +1,11 @@
## slpkg - ChangeLog
### 5.0.9 - 23/05/2024
- Added:
* Inform message for invalid package version with the upgrade command
* Config to delete sources after build or install packages
### 5.0.8 - 10/05/2024
- Added:
@ -455,7 +461,7 @@
- Updated:
* manapages for options (Thanks to marav)
- Added:
* Option --file-pattern
* Curl downloader as the second option

View file

@ -1,9 +1,9 @@
# CLI USAGE
```bash
slpkg - version 5.0.7
slpkg - version 5.0.9
USAGE:
USAGE:
slpkg [COMMAND] [OPTIONS] <packages>
DESCRIPTION:
@ -51,4 +51,4 @@ OPTIONS:
-h, --help Show this message and exit.
-v, --version Print version and exit.
```
```

View file

@ -2,12 +2,12 @@
## Download
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.8/slpkg-5.0.8.tar.gz">slpkg-5.0.8.tar.gz</a>
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>
## Install
```shell
$ tar xvf slpkg-5.0.8.tar.gz
$ cd slpkg-5.0.8
$ tar xvf slpkg-5.0.9.tar.gz
$ cd slpkg-5.0.9
$ ./install.sh
```
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
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.0.8-x86_64-1_dsw.txz">slpkg-5.0.8-x86_64-1_dsw.txz</a>
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>
```shell
$ upgradepkg --install-new slpkg-5.0.8-x86_64-1_dsw.txz
$ upgradepkg --install-new slpkg-5.0.9-x86_64-1_dsw.txz
```
## Dependencies