fix: libadwaita-nightly (#470)

* add: libadwaita-nightly

* fix(update): adwaita

---------

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-05-26 15:05:33 +08:00
committed by GitHub
parent 452d316ccf
commit 4ec6139714
2 changed files with 4 additions and 4 deletions
@@ -1,4 +1,4 @@
%global ver 1.3.2
%global ver 1.4
%global commit 9c2d9426b0772787796009f03f0eab06612c4a96
Name: libadwaita-nightly
+3 -3
View File
@@ -1,7 +1,7 @@
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);
// 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);