mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 12:22:19 +00:00
bd09bb3e59
The following packages now receive updates automatically: apparmor dbus-test-runner frame geis geoname glewmx grail lomiri-app-launcher lomiri-ui-toolkit nlohmann-json click gsettigs-ubuntu-touch-schemas unity-greeter Note that some specs are modified to: - fails when there is an update * now we know there's an update * doesn't make a version with the old sources (horrible) - fix source urls so that it works when the package is bumped automatically Some packages are also intentionally avoided because either it's too hard to implement autoupdate or it's a bad idea (such as properties-cpp-devel which doesn't really receive updates + there's a patch by cat-master21)
4 lines
167 B
Plaintext
4 lines
167 B
Plaintext
let html = get("http://archive.ubuntu.com/ubuntu/pool/universe/u/unity-greeter/?C=N;O=D");
|
|
let v = find("unity-greeter_([\\d.+]+)-0ubuntu2", html, 1);
|
|
rpm.version(v);
|