fix(mesa): Track download page by description to always return the latest version (#5148)

This commit is contained in:
Gilver
2025-05-31 01:39:07 -05:00
committed by GitHub
parent b5e44e39f0
commit 36ee8bde13
+2 -5
View File
@@ -1,5 +1,2 @@
let v = gitlab_tag("gitlab.freedesktop.org", "176");
v.crop(5);
if `[\d.]+-rc\d+`.find_all(v).len == 0 {
rpm.version(v);
}
let v = find(`mesa-([\d.]+).tar.xz`, get("https://archive.mesa3d.org/?C=D;O=D"), 1);
rpm.version(v);