mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
8 lines
170 B
Plaintext
8 lines
170 B
Plaintext
let r = get("https://api.github.com/repos/ilya-zlobintsev/LACT/tags").json_arr();
|
|
|
|
rpm.version(r[0].name);
|
|
|
|
if rpm.changed() {
|
|
rpm.global("commit", r[0].commit.sha);
|
|
}
|