Skip to content

Commit

Permalink
fix(update): openh264
Browse files Browse the repository at this point in the history
Signed-off-by: madomado <madonuko@outlook.com>
  • Loading branch information
madonuko authored Nov 5, 2023
1 parent cfcf67b commit 7831f5a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion anda/lib/openh264/update.rhai
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
rpm.global("commit1", get("https://api.github.com/repos/mozilla/gmp-api/commits/HEAD").json().sha);
rpm.global("openh264_version", gh("cisco/openh264"));
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));

0 comments on commit 7831f5a

Please sign in to comment.