Ar 04/08/2004 am 21:57, ysgrifennodd Mike Williams: > Has anyone managed to craft a debian/watch file that successfully > monitors RubyForge for updates? Looks to me like they include a > generated three-digit number in the URL, which makes it tricky. e.g. > > http://rubyforge.org/frs/download.php/551/RMagick-1.5.0.tar.gz
I have one package which is from RubyForge, which has the following watch file: --------8<-------- version=2 http://rubyforge.org/frs/?group_id=205 \ .*/alexandria-(.*)\.tar\.gz \ debian \ uupdate --------8<-------- I.e. I include the project ID in the URL. -- Dafydd

