mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-05 08:46:20 +01:00
Updated for version 4.9.8
This commit is contained in:
parent
baa71a14e8
commit
513bd828f2
4 changed files with 13 additions and 10 deletions
7
.idea/workspace.xml
generated
7
.idea/workspace.xml
generated
|
@ -7,8 +7,7 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated changelog">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/misc.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/misc.xml" afterDir="false" />
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fixed for dict type">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<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" />
|
||||
|
@ -469,7 +468,6 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="Updated for install" />
|
||||
<MESSAGE value="Updated for examples" />
|
||||
<MESSAGE value="Updated for configs" />
|
||||
<MESSAGE value="Updated for screenshots" />
|
||||
|
@ -494,6 +492,7 @@
|
|||
<MESSAGE value="Updated process exit code" />
|
||||
<MESSAGE value="Update fr manpage" />
|
||||
<MESSAGE value="Updated changelog" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated changelog" />
|
||||
<MESSAGE value="Fixed for dict type" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Fixed for dict type" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,5 +1,9 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 4.9.8 - 14/02/2024
|
||||
- Added:
|
||||
* python urllib3 settings from config file (slpkg.toml)
|
||||
|
||||
### 4.9.7 - 07/01/2024
|
||||
- Fixed:
|
||||
* Fix urllib3 KeyError: 'content-length'
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CLI USAGE
|
||||
|
||||
```bash
|
||||
slpkg - version 4.9.7
|
||||
slpkg - version 4.9.8
|
||||
|
||||
USAGE:
|
||||
slpkg [COMMAND] [OPTIONS] [FILELIST|PACKAGES...]
|
||||
|
|
|
@ -2,12 +2,12 @@
|
|||
|
||||
## Download
|
||||
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.7/slpkg-4.9.7.tar.gz">slpkg-4.9.7.tar.gz</a>
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.8/slpkg-4.9.8.tar.gz">slpkg-4.9.8.tar.gz</a>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-4.9.7.tar.gz
|
||||
$ cd slpkg-4.9.7
|
||||
$ tar xvf slpkg-4.9.8.tar.gz
|
||||
$ cd slpkg-4.9.8
|
||||
$ ./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-4.9.7-x86_64-1_dsw.txz">slpkg-4.9.7-x86_64-1_dsw.txz</a>
|
||||
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-4.9.8-x86_64-1_dsw.txz">slpkg-4.9.8-x86_64-1_dsw.txz</a>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-4.9.7-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-4.9.8-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
Loading…
Add table
Reference in a new issue