mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for version 5.1.2
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
b570bfab05
commit
4e7ff65906
3 changed files with 11 additions and 6 deletions
|
@ -1,5 +1,10 @@
|
||||||
## slpkg - ChangeLog
|
## slpkg - ChangeLog
|
||||||
|
|
||||||
|
### 5.1.2 - 22/08/2024
|
||||||
|
|
||||||
|
- Fixed:
|
||||||
|
* Fixed for upgrade when new_packages method is enabled
|
||||||
|
|
||||||
### 5.1.1 - 22/07/2024
|
### 5.1.1 - 22/07/2024
|
||||||
|
|
||||||
- Added:
|
- Added:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# CLI USAGE
|
# CLI USAGE
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
slpkg - version 5.1.1
|
slpkg - version 5.1.2
|
||||||
|
|
||||||
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.1.1/slpkg-5.1.1.tar.gz">slpkg-5.1.1.tar.gz</a>
|
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.1.2/slpkg-5.1.2.tar.gz">slpkg-5.1.2.tar.gz</a>
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
```shell
|
```shell
|
||||||
$ tar xvf slpkg-5.1.1.tar.gz
|
$ tar xvf slpkg-5.1.2.tar.gz
|
||||||
$ cd slpkg-5.1.1
|
$ cd slpkg-5.1.2
|
||||||
$ ./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.1.1-x86_64-1_dsw.txz">slpkg-5.1.1-x86_64-1_dsw.txz</a>
|
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.1.2-x86_64-1_dsw.txz">slpkg-5.1.2-x86_64-1_dsw.txz</a>
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
$ upgradepkg --install-new slpkg-5.1.1-x86_64-1_dsw.txz
|
$ upgradepkg --install-new slpkg-5.1.2-x86_64-1_dsw.txz
|
||||||
```
|
```
|
||||||
|
|
||||||
## Dependencies
|
## Dependencies
|
||||||
|
|
Loading…
Reference in a new issue