mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Updated for version 5.0.1
This commit is contained in:
parent
7ab37c4e41
commit
69c04eb019
4 changed files with 16 additions and 13 deletions
|
@ -7,14 +7,10 @@
|
|||
<option name="autoReloadType" value="SELECTIVE" />
|
||||
</component>
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated manpages">
|
||||
<change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
|
||||
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Set for production">
|
||||
<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/configuration/index.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/configuration/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/issues.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/issues.md" afterDir="false" />
|
||||
<change beforePath="$PROJECT_DIR$/docs/manpages/en.md" beforeDir="false" afterPath="$PROJECT_DIR$/docs/manpages/en.md" afterDir="false" />
|
||||
</list>
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
|
@ -471,7 +467,6 @@
|
|||
</component>
|
||||
<component name="VcsManagerConfiguration">
|
||||
<option name="ADD_EXTERNAL_FILES_SILENTLY" value="true" />
|
||||
<MESSAGE value="Updated for configs" />
|
||||
<MESSAGE value="Updated for screenshots" />
|
||||
<MESSAGE value="Updated for home" />
|
||||
<MESSAGE value="Updated for index" />
|
||||
|
@ -496,6 +491,7 @@
|
|||
<MESSAGE value="Updated changelog" />
|
||||
<MESSAGE value="Fixed for dict type" />
|
||||
<MESSAGE value="Updated manpages" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Updated manpages" />
|
||||
<MESSAGE value="Set for production" />
|
||||
<option name="LAST_COMMIT_MESSAGE" value="Set for production" />
|
||||
</component>
|
||||
</project>
|
|
@ -1,5 +1,12 @@
|
|||
## slpkg - ChangeLog
|
||||
|
||||
### 5.0.1 - 29/03/2024
|
||||
- Updated:
|
||||
* Updated to check upgrade packages against all repositories (slpkg upgrade --repository='*' --check)
|
||||
|
||||
- Bugfixes:
|
||||
* Upgrade packages for -current version (Thanks to Marav)
|
||||
|
||||
### 5.0.0 - 24/03/2024
|
||||
- Updated:
|
||||
* Blacklist using regex pattern
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# CLI USAGE
|
||||
|
||||
```bash
|
||||
slpkg - version 5.0.0
|
||||
slpkg - version 5.0.1
|
||||
|
||||
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.0/slpkg-5.0.0.tar.gz">slpkg-5.0.0.tar.gz</a>
|
||||
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/5.0.1/slpkg-5.0.1.tar.gz">slpkg-5.0.1.tar.gz</a>
|
||||
|
||||
## Install
|
||||
```shell
|
||||
$ tar xvf slpkg-5.0.0.tar.gz
|
||||
$ cd slpkg-5.0.0
|
||||
$ tar xvf slpkg-5.0.1.tar.gz
|
||||
$ cd slpkg-5.0.1
|
||||
$ ./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.0-x86_64-1_dsw.txz">slpkg-5.0.0-x86_64-1_dsw.txz</a>
|
||||
Download the binary package <a href="https://downloads.sourceforge.net/project/slpkg/binary/slpkg-5.0.1-x86_64-1_dsw.txz">slpkg-5.0.1-x86_64-1_dsw.txz</a>
|
||||
|
||||
```shell
|
||||
$ upgradepkg --install-new slpkg-5.0.0-x86_64-1_dsw.txz
|
||||
$ upgradepkg --install-new slpkg-5.0.1-x86_64-1_dsw.txz
|
||||
```
|
||||
|
||||
## Dependencies
|
||||
|
|
Loading…
Reference in a new issue