mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Fixed mirror for ponce
This commit is contained in:
parent
de92e72fca
commit
d9016dd719
2 changed files with 2 additions and 1 deletions
|
@ -3,6 +3,7 @@ Updated:
|
|||
- For error messages
|
||||
Fixed:
|
||||
- Double packages as main and as dependency for binaries repos
|
||||
- View packages for ponce repository (Thanks to rizitis)
|
||||
|
||||
4.8.0 - 19/04/2023
|
||||
Fixed:
|
||||
|
|
|
@ -39,7 +39,7 @@ class ViewPackage(Configs):
|
|||
self.repo_tar_suffix: str = self.repos.sbo_repo_tar_suffix
|
||||
if self.repos.ponce_repo:
|
||||
self.sbo_table = PonceTable
|
||||
self.repo_url: str = self.repos.ponce_repo_mirror
|
||||
self.repo_url: str = self.repos.ponce_repo_mirror[0]
|
||||
self.repo_path: Path = self.repos.ponce_repo_path
|
||||
self.repo_tar_suffix: str = ''
|
||||
|
||||
|
|
Loading…
Reference in a new issue