mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-21 19:10:39 +00:00
5b1f57030a
* Trying just about everything to fix this oh my GOD * Another updbranch * Fix typo * That file was saved?? * Merge * Doing this just because it makes conflict fixes easier --------- Signed-off-by: Gilver <rockgrub@disroot.org>
9 lines
327 B
Plaintext
9 lines
327 B
Plaintext
rpm.global("commit", gh_commit("medusalix/xpad-noone"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let html = get(`https://raw.githubusercontent.com/medusalix/xpad-noone/refs/heads/master/dkms.conf`);
|
|
let v = find("PACKAGE_VERSION=\"([\\d.]+)\"", html, 1);
|
|
rpm.global("ver", v);
|
|
}
|