Updated for version 4.9.0

This commit is contained in:
Dimitris Zlatanidis 2023-06-23 09:38:24 +03:00
parent fc167a2bf6
commit 15c5b01788
2 changed files with 4 additions and 7 deletions

5
.idea/workspace.xml generated
View file

@ -7,10 +7,7 @@
<option name="autoReloadType" value="SELECTIVE" /> <option name="autoReloadType" value="SELECTIVE" />
</component> </component>
<component name="ChangeListManager"> <component name="ChangeListManager">
<list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Fixed changelog format"> <list default="true" id="122a51c9-ec79-4509-bab4-7ab1474a7769" name="Changes" comment="Updated for version 4.9.0" />
<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" />
</list>
<option name="SHOW_DIALOG" value="false" /> <option name="SHOW_DIALOG" value="false" />
<option name="HIGHLIGHT_CONFLICTS" value="true" /> <option name="HIGHLIGHT_CONFLICTS" value="true" />
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" /> <option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />

View file

@ -2,12 +2,12 @@
## Download ## Download
Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.8.9/slpkg-4.8.9.tar.gz">slpkg-4.8.9.tar.gz</a> Download the last release: <a href="https://gitlab.com/dslackw/slpkg/-/archive/4.9.0/slpkg-4.9.0.tar.gz">slpkg-4.9.0.tar.gz</a>
## Install ## Install
``` ```
$ tar xvf slpkg-4.8.9.tar.gz $ tar xvf slpkg-4.9.0.tar.gz
$ cd slpkg-4.8.9 $ cd slpkg-4.9.0
$ ./install.sh $ ./install.sh
``` ```
The package will be installed as Slackware package. The package will be installed as Slackware package.