fix(ffmpeg): Missing ) in update.rhai (#6389)

* fix(ffmpeg): Missing ) in update.rhai

I really shouldn't edit on mobile browsers for GitHub because it's really glitchy and randomly deletes characters...

Signed-off-by: Gilver <rockgrub@disroot.org>

* fix: Somehow ffmpeg-free is not found

Signed-off-by: Gilver <rockgrub@disroot.org>

---------

Signed-off-by: Gilver <rockgrub@disroot.org>
This commit is contained in:
Gilver
2025-09-10 04:00:19 -05:00
committed by GitHub
parent f794351643
commit b922bcbf11
+1 -1
View File
@@ -2,7 +2,7 @@ import "andax/bump_extras.rhai" as bump;
import "andax/spec.rhai" as spec;
// rpm.version(find(`<small>ffmpeg-([\d.]+?)\.tar\.xz</small>`, get("https://ffmpeg.org/download.html"), 1));
rpm.version(bump::bodhi("ffmpeg-free", bump::as_bodhi_ver(labels.branch));
rpm.version(bump::bodhi("ffmpeg", bump::as_bodhi_ver(labels.branch)));
open_file("anda/multimedia/ffmpeg/VERSION_x265.txt", "w").write(bump::madoguchi("x265", labels.branch));
open_file("anda/multimedia/ffmpeg/VERSION_tesseract.txt", "w").write(bump::bodhi("tesseract", bump::as_bodhi_ver(labels.branch)));