mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2024-11-17 07:48:18 +01:00
Updated for version 4.4.5
This commit is contained in:
parent
bc7c204d25
commit
1dbadba9ac
3 changed files with 6 additions and 4 deletions
|
@ -1,4 +1,6 @@
|
|||
4.4.5 - 31/12/2022
|
||||
4.4.5 - 03/01/2023
|
||||
Added:
|
||||
- New modern view mode style
|
||||
Updated:
|
||||
- Fixed md5sum comparison
|
||||
|
||||
|
|
|
@ -31,8 +31,8 @@ Install from the official third-party `SBo repository <https://slackbuilds.org/r
|
|||
|
||||
.. code-block:: bash
|
||||
|
||||
$ tar xvf slpkg-4.4.4.tar.gz
|
||||
$ cd slpkg-4.4.4
|
||||
$ tar xvf slpkg-4.4.5.tar.gz
|
||||
$ cd slpkg-4.4.5
|
||||
$ ./install.sh
|
||||
|
||||
Screenshots
|
||||
|
|
|
@ -5,7 +5,7 @@ class Version:
|
|||
""" Print the version. """
|
||||
|
||||
def __init__(self):
|
||||
self.version_info = (4, 4, 4)
|
||||
self.version_info = (4, 4, 5)
|
||||
self.version = '{0}.{1}.{2}'.format(*self.version_info)
|
||||
self.license = 'MIT License'
|
||||
self.author = 'Dimitris Zlatanidis (dslackw)'
|
||||
|
|
Loading…
Reference in a new issue