Fixed for msb repository

This commit is contained in:
Dimitris Zlatanidis 2023-04-04 17:02:56 +03:00
parent 74813f5428
commit ace1abd1eb
2 changed files with 2 additions and 1 deletions

View file

@ -2,6 +2,7 @@
Fixed:
- Option -B for -u, update and -c, check-updates commands
- Build packages with the same sources like nvidia-driver and nvidia-kernel
- Install data mirror for msb repository
4.7.2 - 02/04/2023
Updated:

View file

@ -741,7 +741,7 @@ class InstallData(Configs):
cache.append(split_package[0]) # package name
cache.append(split_package[1]) # package version
cache.append(package_name)
cache.append(self.repos.msb_repo_mirror)
cache.append(self.repos.msb_repo_packages_mirror)
try:
cache.append(checksums_dict[package_name])
except KeyError: