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

* chore: Changelogs

* fix: Some oopsies

* fix: Commit?

* fix: Cleanup

* fix: dfshdfshjksdfdfhjs
2025-06-16 17:49:30 +08:00

6 lines
135 B
Plaintext

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