bump: deviceinfo (#762)

* bump: deviceinfo

* update commit

* don't change url
This commit is contained in:
madomado
2023-10-29 16:24:56 +08:00
committed by GitHub
parent 13a7fe8c3f
commit 0f641ad2d9
2 changed files with 5 additions and 2 deletions
+2 -2
View File
@@ -1,9 +1,9 @@
%global forgeurl https://gitlab.com/ubports/development/core/deviceinfo
%global commit 5dada778683ef8a1da13d0459768d8048429a646
%global commit 7e819c16e28b785f1ea1a2cf85b4d1376cc79f19
%forgemeta
Name: deviceinfo
Version: 0.2.0
Version: 0.2.1
Release: %autorelease
Summary: Library to detect and configure devices
License: GPLv3+
+3
View File
@@ -0,0 +1,3 @@
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);