mirror of
https://github.com/terrapkg/packages.git
synced 2026-05-31 09:01:55 +00:00
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
let html = get("http://archive.ubuntu.com/ubuntu/pool/universe/g/glewmx/?C=N;O=D");
|
|
let v = find("glewmx_([\\d.+]+)\\.", html, 1);
|
|
rpm.version(v);
|