Files
packages/anda/system/hid-tmff2/kmod-common/update.rhai
T
Gilver b87cd126b7 fix(hid-tmff2): Remove hid-tminit (#11101) (#11143)
(cherry picked from commit 093110e873)

Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2026-04-10 16:12:30 -05:00

9 lines
216 B
Plaintext

rpm.global("commit", gh_commit("Kimplul/hid-tmff2"));
if rpm.changed() {
rpm.release();
rpm.global("commitdate", date());
let ver = gh("Kimplul/hid-tmff2");
ver.crop(0);
rpm.global("ver", ver);
}