mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-06 20:02:18 +00:00
b87cd126b7
(cherry picked from commit 093110e873)
Signed-off-by: GildedRoach <GildedRoach@users.noreply.github.com>
Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
9 lines
216 B
Plaintext
9 lines
216 B
Plaintext
rpm.global("commit", gh_commit("Kimplul/hid-tmff2"));
|
|
if rpm.changed() {
|
|
rpm.release();
|
|
rpm.global("commitdate", date());
|
|
let ver = gh("Kimplul/hid-tmff2");
|
|
ver.crop(0);
|
|
rpm.global("ver", ver);
|
|
}
|