Files
packages/anda/system/lact/update.rhai
T
Raboneko f0c7107995 fix (lact): use VERGEN_GIT_SHA=454a6e2 (#12162) (#12163)
* fix (lact): use VERGEN_GIT_SHA=454a6e2



* define commit and shortcommit



* this



* add commit and version bumper update.rhai



---------


(cherry picked from commit f24e0ce22a)

Signed-off-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2026-05-10 13:00:48 -05:00

8 lines
170 B
Plaintext

let r = get("https://api.github.com/repos/ilya-zlobintsev/LACT/tags").json_arr();
rpm.version(r[0].name);
if rpm.changed() {
rpm.global("commit", r[0].commit.sha);
}