mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-09-13 14:32:28 +03:00
Compare commits
No commits in common. "97e9784d5ddcff5cd3170f96969318b242148146" and "058f0b7f6a18e4df17f8b9f2132d98b5e7ee264f" have entirely different histories.
97e9784d5d
...
058f0b7f6a
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue