mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-12-26 09:58:31 +01:00
Updated for version 4.9.7
This commit is contained in:
parent
12e5c21774
commit
baa71a14e8
5 changed files with 18 additions and 7 deletions
|
@ -1,5 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="Black">
|
||||
<option name="sdkName" value="Python 3.9" />
|
||||
</component>
|
||||
<component name="ProjectRootManager" version="2" project-jdk-name="Python 3.9" project-jdk-type="Python SDK" />
|
||||
<component name="PythonCompatibilityInspectionAdvertiser">
|
||||
<option name="version" value="3" />
|
||||
|
|
|
@ -8,10 +8,11 @@
|
|||
</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" />
|
||||
<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" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/install.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/install.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/repositories.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/repositories.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
|
|
@ -1,5 +1,12 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 4.9.7 - 07/01/2024
|
||||
- Fixed:
|
||||
* Fix urllib3 KeyError: 'content-length'
|
||||
|
||||
- Updated:
|
||||
* Check for repositories update
|
||||
|
||||
### 4.9.6 - 16/12/2023
|
||||
- Added:
|
||||
* slackdce repository (Thanks to rizitis)
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CLI USAGE
|
||||
|
||||
```bash
|
||||
slpkg - version 4.9.3
|
||||
slpkg - version 4.9.7
|
||||
|
||||
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.6/slpkg-4.9.6.tar.gz">slpkg-4.9.6.tar.gz</a>
|
||||
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>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-4.9.6.tar.gz
|
||||
$ cd slpkg-4.9.6
|
||||
$ tar xvf slpkg-4.9.7.tar.gz
|
||||
$ cd slpkg-4.9.7
|
||||
$ ./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.6-x86_64-1_dsw.txz">slpkg-4.9.6-x86_64-1_dsw.txz</a>
|
||||
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>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-4.9.6-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-4.9.7-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
Loading…
Reference in a new issue