Files
packages/anda/system/usbio-drivers/kmod-common/update.rhai
T
Raboneko 130efdf2fe chore: Update Intel IPU6 specs, separate IPU6 drivers and USBIO drivers (#5490) (#5496)
* chore: Update Intel IPU6 specs, separate IPU6 drivers and USBIO drivers

* chore: Changelogs

* fix: Some oopsies

* fix: Commit?

* fix: Cleanup

* fix: dfshdfshjksdfdfhjs

(cherry picked from commit 205fe13dd3)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-06-16 04:56:23 -05:00

6 lines
135 B
Plaintext

rpm.global("commit", gh_commit("intel/usbio-drivers"));
if rpm.changed() {
rpm.release();
rpm.global("commit_date", date());
}