mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-01 17:32:18 +00:00
9 lines
202 B
Plaintext
9 lines
202 B
Plaintext
rpm.global("commit", gh_commit("acxz/pokeshell"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("date", date());
|
|
let v = gh_tag("acxz/pokeshell");
|
|
v.crop(1);
|
|
rpm.global("ver", v);
|
|
}
|