mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 01:42:18 +00:00
05197fe106
Signed-off-by: madomado <119111128+madonuko@users.noreply.github.com>
4 lines
130 B
Plaintext
4 lines
130 B
Plaintext
let txt = get("https://gitlab.com/api/v4/projects/17117186/repository/tags");
|
|
let ver = txt.json_arr()[0].name;
|
|
rpm.version(ver);
|