Updated for upgrade pkgs

This commit is contained in:
Dimitris Zlatanidis 2023-04-09 22:57:29 +03:00
parent 0af68f6294
commit 5d9beac145

View file

@ -59,7 +59,7 @@ class Upgrade(Configs):
repo_package: str = self.data[name][1] repo_package: str = self.data[name][1]
repo_build: str = self.utils.split_binary_pkg(repo_package)[3] repo_build: str = self.utils.split_binary_pkg(repo_package)[3]
elif not self.option_for_binaries and self.data.get(name): else:
repo_version: str = self.data[name][2] repo_version: str = self.data[name][2]
repo_location: str = self.data[name][0] repo_location: str = self.data[name][0]
repo_build: str = self.utils.read_sbo_build_tag(name, repo_location) repo_build: str = self.utils.read_sbo_build_tag(name, repo_location)