mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-16 07:47:35 +01:00
Updated for version 5.1.3
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
4e7ff65906
commit
923296a1a2
3 changed files with 18 additions and 6 deletions
|
@ -1,5 +1,17 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 5.1.3 - 26/09/2024
|
||||
|
||||
- Fixed:
|
||||
* Fixed ascii characters done and failed
|
||||
|
||||
- Updated:
|
||||
* Updated the upgrade method to first add newly added packages to install
|
||||
|
||||
- Added:
|
||||
* Added to support git repositories
|
||||
* Added finished time for update
|
||||
|
||||
### 5.1.2 - 22/08/2024
|
||||
|
||||
- Fixed:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CLI USAGE
|
||||
|
||||
```bash
|
||||
slpkg - version 5.1.2
|
||||
slpkg - version 5.1.3
|
||||
|
||||
USAGE:
|
||||
slpkg [COMMAND] [OPTIONS] <packages>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
## Download
|
||||
|
||||
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>
|
||||
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>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-5.1.2.tar.gz
|
||||
$ cd slpkg-5.1.2
|
||||
$ tar xvf slpkg-5.1.3.tar.gz
|
||||
$ cd slpkg-5.1.3
|
||||
$ ./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.2-x86_64-1_dsw.txz">slpkg-5.1.2-x86_64-1_dsw.txz</a>
|
||||
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>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-5.1.2-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-5.1.3-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
Loading…
Reference in a new issue