watch.ex 805 B

1234567891011121314151617181920212223
  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 http-parser-(.*)\.tar\.gz
  10. # Uncomment to examine a Webserver directory
  11. #http://www.example.com/pub/http-parser-(.*)\.tar\.gz
  12. # Uncommment to examine a FTP server
  13. #ftp://ftp.example.com/pub/http-parser-(.*)\.tar\.gz debian uupdate
  14. # Uncomment to find new files on sourceforge, for devscripts >= 2.9
  15. # http://sf.net/http-parser/http-parser-(.*)\.tar\.gz
  16. # Uncomment to find new files on GooglePages
  17. # http://example.googlepages.com/foo.html http-parser-(.*)\.tar\.gz