Updated for version 5.1.4

Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
Dimitris Zlatanidis 2024-10-01 18:53:27 +03:00
parent 923296a1a2
commit 9cdedd357f
3 changed files with 11 additions and 6 deletions

View file

@ -1,5 +1,10 @@
## slpkg - ChangeLog
### 5.1.4 - 29/09/2024
- Fixed:
* Fixed for auto-update git repositories
### 5.1.3 - 26/09/2024
- Fixed:

View file

@ -1,7 +1,7 @@
# CLI USAGE
```bash
slpkg - version 5.1.3
slpkg - version 5.1.4
USAGE:
slpkg [COMMAND] [OPTIONS] <packages>

View file

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