diff --git a/fdroidserver/checkupdates.py b/fdroidserver/checkupdates.py index 1962dded..81137a0f 100644 --- a/fdroidserver/checkupdates.py +++ b/fdroidserver/checkupdates.py @@ -474,6 +474,9 @@ def checkupdates_app(app, first=True): if not latest or int(build['vercode']) > int(latest['vercode']): latest = build + if int(latest['vercode']) > int(app['Current Version Code']): + logging.info("Refusing to auto update, since the latest build is newer") + if not gotcur: newbuild = latest.copy() if 'origlines' in newbuild: