Files
packages/anda/tools/fasm/update.rhai
T
metcya 1d47b39aa7 add: fasm (#7629)
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2025-11-24 13:39:56 +08:00

4 lines
198 B
Plaintext

let content = get("https://raw.githubusercontent.com/tgrysztar/fasm/master/SOURCE/VERSION.INC");
let version = find("VERSION_STRING equ \"(\\d+\\.\\d+\\.\\d+)\"", content, 1);
rpm.version(version);