mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-02 09:52:18 +00:00
c5977665f1
(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);
|
|
}
|