mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for version 5.0.3
This commit is contained in:
parent
bbaefdac44
commit
d8d2afe6a7
4 changed files with 20 additions and 9 deletions
|
@ -7,7 +7,11 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for version 5.0.2" />
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fix to split the summary message">
|
||||
<change beforePath="$PROJECT_DIR$/docs/changelog.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/changelog.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/cli_usage/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/cli_usage/index.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/install.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/install.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
|
@ -463,7 +467,6 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="Updated for index" />
|
||||
<MESSAGE value="Updated for multilib" />
|
||||
<MESSAGE value="Updated for date" />
|
||||
<MESSAGE value="Updated for icon" />
|
||||
|
@ -488,6 +491,7 @@
|
|||
<MESSAGE value="Set for production" />
|
||||
<MESSAGE value="Updated for remove" />
|
||||
<MESSAGE value="Updated for version 5.0.2" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated for version 5.0.2" />
|
||||
<MESSAGE value="Fix to split the summary message" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Fix to split the summary message" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,5 +1,12 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 5.0.3 - 01/04/2024
|
||||
- Updated:
|
||||
* Updated for slpkg_new-configs and (D)iff command (Thanks to Marav)
|
||||
|
||||
- Bugfixes:
|
||||
* JSONDecodeError: Expecting value: line 1 column 1 (char 0) (Thanks to Marav)
|
||||
|
||||
### 5.0.2 - 30/03/2024
|
||||
- Updated:
|
||||
* Updated for coding style
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CLI USAGE
|
||||
|
||||
```bash
|
||||
slpkg - version 5.0.2
|
||||
slpkg - version 5.0.3
|
||||
|
||||
USAGE: [0/7807]
|
||||
slpkg [COMMAND] [OPTIONS] <packages>
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
## Download
|
||||
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.2/slpkg-5.0.2.tar.gz">slpkg-5.0.2.tar.gz</a>
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.3/slpkg-5.0.3.tar.gz">slpkg-5.0.3.tar.gz</a>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-5.0.2.tar.gz
|
||||
$ cd slpkg-5.0.2
|
||||
$ tar xvf slpkg-5.0.3.tar.gz
|
||||
$ cd slpkg-5.0.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.0.2-x86_64-1_dsw.txz">slpkg-5.0.2-x86_64-1_dsw.txz</a>
|
||||
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.0.3-x86_64-1_dsw.txz">slpkg-5.0.3-x86_64-1_dsw.txz</a>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-5.0.2-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-5.0.3-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
Loading…
Reference in a new issue