diff --git a/anda/lib/cmake-extras/update.rhai b/anda/lib/cmake-extras/update.rhai new file mode 100644 index 0000000000..f4ac61854e --- /dev/null +++ b/anda/lib/cmake-extras/update.rhai @@ -0,0 +1,3 @@ +let txt = get("https://gitlab.com/api/v4/projects/17117115/repository/tags"); +let ver = txt.json_arr()[0].name; +rpm.version(ver);