Re: Latest version url

2022-09-03 Thread Niranjan Rao
Came up with a one liner in case if someone else needs it. If you think it can be improvised, please feel free to improvise. Rest of it can fit in the shell script nicely. curl https://tomcat.apache.org/doap_Tomcat.rdf | grep -A2 "Latest Stable 9.0.x Release" | grep "" | sed "s###g" Regards,

Re: Latest version url

2022-09-03 Thread Mark Thomas
Hi, The short answer is no. You are going to have to parse something and then construct the URL from the result. I can think of a couple of options. 1. https://tomcat.apache.org/doap_Tomcat.rdf 2. The download page 3. https://dlcdn.apache.org/tomcat/tomcat-10/ You might also be able to do so