# 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 2 file
#version=2
version=3

# Uncomment to examine a Webpage 
# <Webpage URL> <string match>
#http://www.example.com/downloads.php yc-el-(.*)\.tar\.gz

# Uncomment to examine a Webserver directory
#http://www.example.com/pub/yc-el-(.*)\.tar\.gz
#http://www.ceres.dti.ne.jp/~knak/yc-4.0.13.tar.gz
#http://www.ceres.dti.ne.jp/~knak/yc-(.*)\.(.*)\.(.*)\.tar\.gz debian uupdate
http://www.ceres.dti.ne.jp/~knak/yc.html \
  yc-([\d+\.]*).tar.gz debian uupdate

# Uncommment to examine a FTP server
#ftp://ftp.example.com/pub/yc-el-(.*)\.tar\.gz debian uupdate
