fix(update): pqmarble (#666)

Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
madomado
2023-08-01 20:49:55 +08:00
committed by GitHub
parent 0709cf3a60
commit a53f3bc707
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
%global commit 69e59d15b6909b5689ab3f81844898bf77d2c42f
%global commit f240b2ec7d5cdacb8fdcc553703420dc5101ffdb
%global ver 2.0.0
Name: pqmarble
+1 -1
View File
@@ -1,4 +1,4 @@
let req = get("https://gitlab.gnome.org/api/v4/projects/1551/repository/branches/main").json();
let req = get("https://gitlab.gnome.org/api/v4/projects/20662/repository/branches/main").json();
rpm.global("commit", req.commit.id);
let meson = get("https://gitlab.gnome.org/raggesilver/marble/-/raw/master/meson.build");
rpm.global("ver", find("(?m)^\\s+version:\\s*'(.+)',$", meson, 1));