mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-18 01:20:38 +00:00
e133fa1d04
(cherry picked from commit f09de0448c)
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
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);
|
|
}
|