Files
packages/anda/system/rtl8821cu/kmod-common/update.rhai
T
Raboneko 9e6f4ec190 fix: Bulk fixes of nightly packages/update scripts (#5899) (#5901)
(cherry picked from commit 959a83dff0)

Co-authored-by: Gilver <rockgrub@disroot.org>
2025-07-20 23:12:26 -05:00

8 lines
299 B
Plaintext

rpm.global("commit", gh_commit("morrownr/8821cu-20210916"));
if rpm.changed() {
rpm.global("commit_date", date());
rpm.release();
let v = find(`PACKAGE_VERSION="([\d.]+)"`, gh_rawfile("morrownr/8821cu-20210916", "main", "dkms.conf"), 1);
rpm.global("ver", v);
}