mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
fix: update commit for deviceinfo
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
%global forgeurl https://gitlab.com/ubports/development/core/deviceinfo
|
||||
%global commit 5dada778683ef8a1da13d0459768d8048429a646
|
||||
%global commit 7e819c16e28b785f1ea1a2cf85b4d1376cc79f19
|
||||
%forgemeta
|
||||
|
||||
Name: deviceinfo
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
let txt = get("https://gitlab.com/api/v4/projects/24742019/repository/tags");
|
||||
let ver = txt.json_arr()[0].name;
|
||||
rpm.version(ver);
|
||||
let o = get("https://gitlab.com/api/v4/projects/24742019/repository/tags").json_arr()[0];
|
||||
rpm.global("commit", o.commit.id);
|
||||
rpm.version(o.name);
|
||||
|
||||
Reference in New Issue
Block a user