mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
6 lines
168 B
Plaintext
6 lines
168 B
Plaintext
let o = get("https://gitlab.com/api/v4/projects/24742019/repository/tags").json_arr()[0];
|
|
rpm.version(o.name);
|
|
if rpm.changed() {
|
|
rpm.global("commit", o.commit.id);
|
|
}
|