Compare commits

..

No commits in common. "97e9784d5ddcff5cd3170f96969318b242148146" and "058f0b7f6a18e4df17f8b9f2132d98b5e7ee264f" have entirely different histories.

View file

@ -374,8 +374,7 @@ def get_cache():
f = f'archive/{v["srcname"]}'
if not os.path.exists(f):
f = f'repo/{v["srcname"]}'
if os.path.exists(f):
v['srcnameSha256'] = common.sha256sum(f)
v['srcnameSha256'] = common.sha256sum(f)
return apkcache