mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-17 00:50:40 +00:00
d81f8823ae
* fix(xone-nightly): Update script
* chore: Spec
* chore: Release
---------
(cherry picked from commit af34c9b790)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
rpm.global("commit", gh_commit("dlundqvist/xone"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let v = gh("dlundqvist/xone");
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|