Files
packages/anda/system/xone/nightly/kmod-common/update.rhai
T
Raboneko d81f8823ae fix(xone-nightly): Update script (#8260) (#8276)
* fix(xone-nightly): Update script



* chore: Spec



* chore: Release



---------


(cherry picked from commit af34c9b790)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-12-11 16:41:26 +08:00

9 lines
206 B
Plaintext

rpm.global("commit", gh_commit("dlundqvist/xone"));
if rpm.changed() {
rpm.release();
rpm.global("commitdate", date());
let v = gh("dlundqvist/xone");
v.crop(1);
rpm.global("ver", v);
}