mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for version 4.1.2
This commit is contained in:
parent
20c4b2a9a8
commit
9cfa46f7e8
2 changed files with 3 additions and 3 deletions
|
@ -30,8 +30,8 @@ Install from the official third-party `SBo repository <https://slackbuilds.org/r
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tar xvf slpkg-4.1.1.tar.gz
|
||||
$ cd slpkg-4.1.1
|
||||
$ tar xvf slpkg-4.1.2.tar.gz
|
||||
$ cd slpkg-4.1.2
|
||||
$ ./install.sh
|
||||
|
||||
|
||||
|
|
|
@ -10,7 +10,7 @@ from slpkg.configs import Configs
|
|||
@dataclass
|
||||
class Version:
|
||||
prog_name: str = Configs.prog_name
|
||||
version_info: tuple = (4, 1, 1)
|
||||
version_info: tuple = (4, 1, 2)
|
||||
version: str = '{0}.{1}.{2}'.format(*version_info)
|
||||
license: str = 'MIT License'
|
||||
author: str = 'dslackw'
|
||||
|
|
Loading…
Add table
Reference in a new issue