mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-08 20:57:38 +00:00
6 lines
203 B
Plaintext
6 lines
203 B
Plaintext
let v = gitlab_tag("invent.kde.org", "445");
|
|
rpm.global("ver", v);
|
|
if rpm.changed() {
|
|
rpm.global("commit", get(`https://invent.kde.org/api/v4/projects/445/repository/tags/${v}`).json().commit.id);
|
|
}
|