mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Added slackware repo version
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
65fd795bea
commit
078af52b2c
2 changed files with 2 additions and 0 deletions
|
@ -1,6 +1,7 @@
|
|||
4.3.1 - 26/11/2022
|
||||
Added:
|
||||
- Category in the view command
|
||||
- Slackware repo version
|
||||
|
||||
4.3.0 - 23/11/2022
|
||||
Added:
|
||||
|
|
|
@ -67,6 +67,7 @@ class ViewPackage:
|
|||
f'Md5sum_x86_64: {YELLOW}{info[6]}{ENDC}\n'
|
||||
f'Files: {GREEN}{info[7]}{ENDC}\n'
|
||||
f'Description: {GREEN}{info[8]}{ENDC}\n'
|
||||
f'Slackware: {CYAN}{self.sbo_repo_url.split("/")[-1]}{ENDC}\n'
|
||||
f'Category: {RED}{info[9]}{ENDC}\n'
|
||||
f'SBo url: {BLUE}{self.sbo_repo_url}/{info[9]}/{info[0]}{ENDC}\n'
|
||||
f'Maintainer: {YELLOW}{maintainer}{ENDC}\n'
|
||||
|
|
Loading…
Reference in a new issue