mirror of
https://github.com/terrapkg/packages.git
synced 2026-07-01 15:58:28 +00:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
import anda/bump_extras.rhai as bump;
|
|
|
|
rpm.version(gh_rawfile("oven-sh/bun", "main", "LATEST"));
|
|
|
|
if rpm.changed {
|
|
rpm.global("zig_version", bump::bodhi("zig", as_bodhi_ver(labels.branch)));
|
|
}
|