mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
(cherry picked from commit 82c669f234)
Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
@@ -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]}`);
|
||||
|
||||
Reference in New Issue
Block a user