diff --git a/scripts/appstore.py b/scripts/appstore.py index 4ac4e3601f47bf1d26ca1141fbc68f30a2504f2d..3525081e756ecbcb47594ccfdbee2656660f7b60 100755 --- a/scripts/appstore.py +++ b/scripts/appstore.py @@ -191,7 +191,7 @@ def update(): #latest_stable_version = platforms[-1]['version'] #if latest_stable_version.endswith('.0.0'): # latest_stable_version = platforms[-2]['version'] - latest_stable_version = '24.0.5' + latest_stable_version = '25.0.5' r = requests.get(f'https://apps.nextcloud.com/api/v1/platform/{latest_stable_version}/apps.json') apps = r.json() apps.sort(key=lambda app: app['id'])