Commits
Marius Schamschula authored 0643ba9cf5c
49 49 | ${worksrcpath}/fifos \ |
50 50 | ${worksrcpath}/fits \ |
51 51 | ${worksrcpath}/gallery \ |
52 52 | ${worksrcpath}/help \ |
53 53 | ${worksrcpath}/lo \ |
54 54 | ${destroot}${share} |
55 55 | |
56 56 | file mkdir ${destroot}${appdefaults} |
57 57 | system "echo XEphem.ShareDir: ${share} > ${destroot}${appdefaults}/XEphem" |
58 58 | } |
59 + | |
60 + | livecheck.type regex |
61 + | livecheck.url ${homepage}/download.html |
62 + | livecheck.regex ${name}-(\[0-9.\]+)${extract.suffix} |