Files
packages/anda/tools/fasm/update.rhai
T
Raboneko d9d3354770 add: fasm (#7629) (#7637)
(cherry picked from commit 1d47b39aa7)

Co-authored-by: metcya <134973769+metcya@users.noreply.github.com>
Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com>
2025-11-24 13:44:11 +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);