[gnome-software: 2/5] dummy: Bump dummy plugin OS upgrade version




commit ce8913bd0b839454990bac61cf893ac4b9e3e80d
Author: Philip Withnall <pwithnall endlessos org>
Date:   Fri Feb 4 15:07:37 2022 +0000

    dummy: Bump dummy plugin OS upgrade version
    
    By using a more recent version number, the appropriate upgrade metadata
    can be downloaded from Fedora servers (when testing on Fedora) so that
    test upgrades appear in the UI when running with
    `GS_SELF_TEST_DUMMY_ENABLE=1`.
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

 plugins/dummy/gs-plugin-dummy.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/plugins/dummy/gs-plugin-dummy.c b/plugins/dummy/gs-plugin-dummy.c
index 20b7ae909..49a5ff6fc 100644
--- a/plugins/dummy/gs-plugin-dummy.c
+++ b/plugins/dummy/gs-plugin-dummy.c
@@ -852,7 +852,7 @@ gs_plugin_add_distro_upgrades (GsPlugin *plugin,
        gs_app_add_quirk (app, GS_APP_QUIRK_NEEDS_REBOOT);
        gs_app_add_quirk (app, GS_APP_QUIRK_PROVENANCE);
        gs_app_add_quirk (app, GS_APP_QUIRK_NOT_REVIEWABLE);
-       gs_app_set_version (app, "25");
+       gs_app_set_version (app, "34");
        gs_app_set_size_installed (app, 256 * 1024 * 1024);
        gs_app_set_size_download (app, 1024 * 1024 * 1024);
        gs_app_set_license (app, GS_APP_QUALITY_LOWEST, "LicenseRef-free");


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]