Files
packages/anda/system/xpadneo/kmod-common/update.rhai
T

9 lines
216 B
Plaintext

rpm.global("commit", gh_commit("atar-axis/xpadneo"));
if rpm.changed() {
rpm.release();
rpm.global("commitdate", date());
let ver = gh("atar-axis/xpadneo");
ver.crop(1);
rpm.global("ver", ver);
}