mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix(update): pqmarble (#666)
Signed-off-by: madomado <wboy111@outlook.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
%global commit 69e59d15b6909b5689ab3f81844898bf77d2c42f
|
||||
%global commit f240b2ec7d5cdacb8fdcc553703420dc5101ffdb
|
||||
%global ver 2.0.0
|
||||
|
||||
Name: pqmarble
|
||||
|
||||
@@ -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));
|
||||
|
||||
Reference in New Issue
Block a user