Files
packages/anda/system/hid-fanatecff/kmod-common/update.rhai
T
Raboneko f5d1d5878b feat: Add steering wheel kmod/dkms packages (#10991) (#10993)
* feat: Add hid-tmff2 kmod/dkms

* feat: Add new-lg4ff kmod/dkms

* feat: Add t150-driver kmod/dkms

* feat: Add hid-fanatecff kmod/dkms

* chore: Requested fixes

(cherry picked from commit 330cff7990)

Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
2026-04-02 23:47:12 -05:00

9 lines
220 B
Plaintext

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