mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-09 05:07:37 +00:00
7 lines
298 B
Plaintext
7 lines
298 B
Plaintext
rpm.global("commit1", gh_commit("mozilla/gmp-api"));
|
|
let h264 = gh("cisco/openh264");
|
|
h264.crop(1);
|
|
rpm.global("openh264_version", h264);
|
|
let html = get("https://gstreamer.freedesktop.org/src/gst-plugins-bad/?C=N;O=D");
|
|
rpm.global("gst_version", find("gst-plugins-bad-([\\d.]+).tar.xz", html, 1));
|