mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-07 12:22:19 +00:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
let v = gh_tag("Milkshiift/GoofCord");
|
|
|
|
if `[\d.]+-beta\.\d+`.find_all(v).len == 0 {
|
|
rpm.version(v);
|
|
}
|