watch.ex 701 B

12345678910111213141516171819202122
  1. # Example watch control file for uscan
  2. # Rename this file to "watch" and then you can run the "uscan" command
  3. # to check for upstream updates and more.
  4. # See uscan(1) for format
  5. # Compulsory line, this is a version 3 file
  6. version=3
  7. # Uncomment to examine a Webpage
  8. # <Webpage URL> <string match>
  9. #http://www.example.com/downloads.php indy-fpc-(.*)\.tar\.gz
  10. # Uncomment to examine a Webserver directory
  11. #http://www.example.com/pub/indy-fpc-(.*)\.tar\.gz
  12. # Uncommment to examine a FTP server
  13. #ftp://ftp.example.com/pub/indy-fpc-(.*)\.tar\.gz debian uupdate
  14. # Uncomment to find new files on sourceforge, for debscripts >= 2.9
  15. # http://sf.net/indy-fpc/indy-fpc-(.*)\.tar\.gz