mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 18:32:18 +00:00
6d72f0f6f5
(cherry picked from commit bca165cf7d)
Co-authored-by: Gilver <rockgrub@disroot.org>
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
let v = gh_tag("fraunhoferhhi/vvdec");
|
|
if `[\d.]+-rc\d+`.find_all(v).len == 0 {
|
|
rpm.version(v);
|
|
}
|