Commits
Zero King authored and tobypeterson committed 0a2a2b17404
105 105 | |
106 106 | configure.args-append --with-bzip2 |
107 107 | } |
108 108 | |
109 109 | variant attr { |
110 110 | configure.args-append --with-attr |
111 111 | } |
112 112 | |
113 113 | default_variants +bzip2 |
114 114 | |
115 + | # discontinued development branch |
115 116 | livecheck.type regex |
116 117 | livecheck.url http://www.lighttpd.net/2007/2/3/lighttpd-1-5-0-pre |
117 - | livecheck.regex {<a href="http://www.lighttpd.net/assets/.*/lighttpd-(.*?).tar.gz">lighttpd-\1.tar.gz</a>} |
118 + | livecheck.regex {<a href="http://download.lighttpd.net/lighttpd/snapshots-1.5/lighttpd-(.*?).tar.gz">lighttpd-\1.tar.gz</a>} |