fix(wine-stable): Turn update variable into string (#5152) (#5155)

(cherry picked from commit 82c669f234)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Raboneko
2025-05-30 22:46:28 -07:00
committed by GitHub
parent 50c4ca60ed
commit 050884ba54
+1 -1
View File
@@ -5,4 +5,4 @@ for matches in find_all("[\\d.]+\\.0", get("https://dl.winehq.org/wine/source/")
}
v.dedup();
v.sort();
rpm.version(v[v.len()-1]);
rpm.version(`${v[v.len()-1]}`);