mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
1d19213fe7
* [el10] chore: Sync Mesa changes * Update mesa.spec Signed-off-by: Gilver <rockgrub@disroot.org> --------- Signed-off-by: Gilver <rockgrub@disroot.org> Co-authored-by: Kyle Gospodnetich <me@kylegospodneti.ch>
6 lines
125 B
Plaintext
6 lines
125 B
Plaintext
let v = gitlab_tag("gitlab.freedesktop.org", "176");
|
|
v.crop(5);
|
|
if `[\d.]+-rc\d+`.find_all(v).len == 0 {
|
|
rpm.version(v);
|
|
}
|