mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-11 06:00:39 +00:00
9e6f4ec190
(cherry picked from commit 959a83dff0)
Co-authored-by: Gilver <rockgrub@disroot.org>
8 lines
299 B
Plaintext
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);
|
|
}
|