<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">How does one write a live check for ghc, whose version lives in the url path?<div class=""><br class=""></div><div class=""><a href="https://downloads.haskell.org/ghc/8.8.1/ghc-8.8.1-src.tar.xz" class="">https://downloads.haskell.org/ghc/8.8.1/ghc-8.8.1-src.tar.xz</a></div><div class=""><br class=""></div><div class="">I’ve tried stuff like the following, without success:</div><div class=""><br class=""></div>livecheck.type      regex                                                       <br class="">livecheck.url       <a href="https://downloads.haskell.org/~$" class="">https://downloads.haskell.org/~$</a>{name}/${version}           <br class=""><div class="">livecheck.regex     (\\d+(?:\\.\\d+){1,4})/${name}-\\1-src${extract.suffix} </div></body></html>