diff --git a/anda/desktops/kde/kde-liquidshell/update.rhai b/anda/desktops/kde/kde-liquidshell/update.rhai new file mode 100644 index 0000000000..ff2cd867ca --- /dev/null +++ b/anda/desktops/kde/kde-liquidshell/update.rhai @@ -0,0 +1,2 @@ +let html = get("https://download.kde.org/stable/liquidshell/"); +rpm.version(find(`>liquidshell-([.\\d]+)\\.tar\\.xz`, html, 1));