Files
packages/anda/multimedia/vvenc/update.rhai
T
Raboneko e028e712f4 chore: Bump vvenc, add update script (#4765) (#4766)
* bump: vvenc



* feat: Add update script



* fix: Define global variable later



* I love 32-bit ifconds



* Oops



* It'd be nice if the LDFLAGS stuff was easier to look into



* ?



* Update vvenc.spec



* Screw it



* Try a less severe approach now that the issue is found?



* Sigh



---------


(cherry picked from commit 5b28230d3e)

Signed-off-by: Gilver <rockgrub@disroot.org>
Co-authored-by: Gilver <rockgrub@disroot.org>
2025-05-10 02:52:48 -05:00

5 lines
100 B
Plaintext

let v = gh_tag("fraunhoferhhi/vvenc");
if `[\d.]+-rc\d+`.find_all(v).len == 0 {
rpm.version(v);
}