Commits
Zero King authored 260db0259c4
50 50 | xinstall -m 644 {*}[glob ${worksrcpath}/*.jar] \ |
51 51 | ${destroot}${prefix}/share/java |
52 52 | copy ${worksrcpath}/doc ${destroot}${prefix}/share/doc/${name} |
53 53 | copy ${worksrcpath}/samples ${worksrcpath}/source-userdoc.zip \ |
54 54 | ${worksrcpath}/use-cases ${destroot}${prefix}/share/${name} |
55 55 | } |
56 56 | |
57 57 | livecheck.type regex |
58 58 | livecheck.url ${homepage} |
59 59 | # The current maintenance\n |
60 - | livecheck.regex "release on the 9\\.\[0-9\] branch is (\[0-9.\]\\.\[0-9.\]\\.\[0-9.\]\\.\[0-9.\])" |
60 + | livecheck.regex "release on the 9\\.\[0-9\] branch is (\\d+(?:\\.\\d+)*)" |