1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
# Example watch control file for uscan
# Rename this file to "watch" and then you can run the "uscan" command
# to check for upstream updates and more.
# See uscan(1) for format
# Compulsory line, this is a version 3 file
version=3
# Uncomment to find new files on sourceforge, for devscripts >= 2.9
# opts=dversionmangle=s/(\d+)\.(\d+)\.(\d+)/$1.$2..$3/ \
opts=uversionmangle=s/(\d+)\.(\d)(\d)\.(\d+)/$1.$2.$3.$4/,\
dversionmangle=s/\.dfsg\d$// \
http://sf.net/htmlparser/htmlparser(\d+)_(\d+)_?(\d*)\.zip
# <http://downloads.sourceforge.net/htmlparser/htmlparser1_6_20060610.zip
|