mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-28 06:18:27 +00:00
740824a8fc
* chore: reorganise folders * more renames --------- Co-authored-by: Lleyton Gray <lleyton@fyralabs.com>
4 lines
178 B
Plaintext
4 lines
178 B
Plaintext
let html = get("https://bazaar.launchpad.net/~system-settings-touch/gsettings-ubuntu-touch-schemas/trunk/changes");
|
|
let v = find("([.\\d+]+)-0ubuntu1", html, 1);
|
|
rpm.version(v);
|