Files
packages/anda/misc/click/update.rhai
T
madomado 740824a8fc chore: reorganise folders (#843)
* chore: reorganise folders

* more renames

---------

Co-authored-by: Lleyton Gray <lleyton@fyralabs.com>
2023-12-09 21:37:07 -08:00

8 lines
200 B
Plaintext

let o = get("https://gitlab.com/api/v4/projects/25034025/repository/tags").json_arr()[0];
let f = rpm.f;
rpm.version(o.name);
// check if changed
if rpm.f != f {
rpm.global("commit", o.commit.id);
}