mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-03 18:32:18 +00:00
8 lines
229 B
Plaintext
8 lines
229 B
Plaintext
import "andax/bump_extras.rhai" as bump;
|
|
|
|
if labels.branch >= "F42" {
|
|
rpm.version(bump::bodhi("gcc14", bump::as_bodhi_ver(labels.branch)));
|
|
} else {
|
|
rpm.version(bump::bodhi("gcc13", bump::as_bodhi_ver(labels.branch)));
|
|
}
|