mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-10-09 02:41:06 +03:00
Bump index version to 11, add index version changelog
This commit is contained in:
parent
f37d00507b
commit
71db41b869
2 changed files with 12 additions and 1 deletions
|
@ -620,7 +620,7 @@ def make_index(apps, apks, repodir, archive, categories):
|
|||
repoel.setAttribute("url", config['repo_url'])
|
||||
addElement('description', config['repo_description'], doc, repoel)
|
||||
|
||||
repoel.setAttribute("version", "10")
|
||||
repoel.setAttribute("version", "11")
|
||||
repoel.setAttribute("timestamp", str(int(time.time())))
|
||||
|
||||
if config['repo_keyalias']:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue