Fixed mirror for ponce

This commit is contained in:
Dimitris Zlatanidis 2023-04-23 17:20:35 +03:00
parent de92e72fca
commit d9016dd719
2 changed files with 2 additions and 1 deletions

View file

@ -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:

View file

@ -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 = ''