mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 18:02:19 +00:00
740824a8fc
* chore: reorganise folders * more renames --------- Co-authored-by: Lleyton Gray <lleyton@fyralabs.com>
8 lines
200 B
Plaintext
8 lines
200 B
Plaintext
let o = get("https://gitlab.com/api/v4/projects/25034025/repository/tags").json_arr()[0];
|
|
let f = rpm.f;
|
|
rpm.version(o.name);
|
|
// check if changed
|
|
if rpm.f != f {
|
|
rpm.global("commit", o.commit.id);
|
|
}
|