[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: question about debian/watch



Elías Alejandro <ealmdz@gmail.com> writes:

> as you see, my debian/watch is:
> version=3
> http://sf.net/radiotray/radiotray-(.*)\.tar\.gz

Unrelated to the problem you're reporting, but a minor point: Your regex
could be tighter (it's best to be as specific as feasible in a regex).
I suggest:

    http://sf.net/radiotray/radiotray-(.+)\.tar\.gz

-- 
 \          “That's all very good in practice, but how does it work in |
  `\                                             *theory*?” —anonymous |
_o__)                                                                  |
Ben Finney


Reply to: