Commits
Ryan Schmidt authored 9bbc6e46bc5
26 26 | |
27 27 | use_configure no |
28 28 | |
29 29 | build.env CC=${configure.cc} \ |
30 30 | CFLAGS="${configure.cflags} [get_canonical_archflags cc]" \ |
31 31 | LDFLAGS="${configure.ldflags} [get_canonical_archflags ld]" \ |
32 32 | PREFIX=${prefix} |
33 33 | |
34 34 | eval destroot.env ${build.env} |
35 35 | |
36 - | livecheck.regex archive/(\[0-9.\]+)${extract.suffix} |
36 + | github.livecheck.regex {([0-9.]+)} |