mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-29 20:34:22 +01:00
Updated for version 4.2.6
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
dfb2376dc5
commit
34a5de1c24
4 changed files with 5 additions and 5 deletions
|
@ -1,6 +1,6 @@
|
||||||
4.2.6 - 03/11/2022
|
4.2.6 - 03/11/2022
|
||||||
Fixed:
|
Fixed:
|
||||||
- If the file ChangeLog.txt exists before check
|
- Check for the file ChangeLog.txt
|
||||||
|
|
||||||
4.2.5 - 01/11/2022
|
4.2.5 - 01/11/2022
|
||||||
Added:
|
Added:
|
||||||
|
|
|
@ -30,8 +30,8 @@ Install from the official third-party `SBo repository <https://slackbuilds.org/r
|
||||||
|
|
||||||
.. code-block:: bash
|
.. code-block:: bash
|
||||||
|
|
||||||
$ tar xvf slpkg-4.2.5.tar.gz
|
$ tar xvf slpkg-4.2.6.tar.gz
|
||||||
$ cd slpkg-4.2.5
|
$ cd slpkg-4.2.6
|
||||||
$ ./install.sh
|
$ ./install.sh
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
[metadata]
|
[metadata]
|
||||||
name = slpkg
|
name = slpkg
|
||||||
version = 4.2.5
|
version = 4.2.6
|
||||||
license_file = LICENSE
|
license_file = LICENSE
|
||||||
author = Dimitris Zlatanidis
|
author = Dimitris Zlatanidis
|
||||||
author_email = d.zlatanidis@gmail.com
|
author_email = d.zlatanidis@gmail.com
|
||||||
|
|
|
@ -10,7 +10,7 @@ from slpkg.configs import Configs
|
||||||
@dataclass
|
@dataclass
|
||||||
class Version:
|
class Version:
|
||||||
prog_name: str = Configs.prog_name
|
prog_name: str = Configs.prog_name
|
||||||
version_info: tuple = (4, 2, 5)
|
version_info: tuple = (4, 2, 6)
|
||||||
version: str = '{0}.{1}.{2}'.format(*version_info)
|
version: str = '{0}.{1}.{2}'.format(*version_info)
|
||||||
license: str = 'MIT License'
|
license: str = 'MIT License'
|
||||||
author: str = 'dslackw'
|
author: str = 'dslackw'
|
||||||
|
|
Loading…
Add table
Reference in a new issue