Files
packages/anda/desktops/lomiri-unity/unity-shell/update.rhai
T
madomado 740824a8fc chore: reorganise folders (#843)
* chore: reorganise folders

* more renames

---------

Co-authored-by: Lleyton Gray <lleyton@fyralabs.com>
2023-12-09 21:37:07 -08:00

5 lines
224 B
Plaintext

let html = get("http://archive.ubuntu.com/ubuntu/pool/universe/u/unity/?C=N;O=D");
let v = find("unity_([\\d.]+)\\+.+?.tar.xz", html, 1);
rpm.version(v);
rpm.define("archive", find("unity_([\\d.]+)\\+.+?.tar.xz", html, 0));