mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-04 19:02:19 +00:00
4ec6139714
* add: libadwaita-nightly * fix(update): adwaita --------- Signed-off-by: madomado <wboy111@outlook.com>
9 lines
363 B
Plaintext
9 lines
363 B
Plaintext
if filters.contains("nightly") {
|
|
// let txt = get("https://gitlab.gnome.org/api/v4/projects/14079/repository/tags?per_page=1");
|
|
// let ver = txt.json_arr()[0].name;
|
|
// rpm.global("ver", ver);
|
|
txt = get("https://gitlab.gnome.org/api/v4/projects/14079/repository/commits?per_page=1&page=1");
|
|
let commit = txt.json_arr()[0].id;
|
|
rpm.global("commit", commit);
|
|
}
|