watch.ex 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839
  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 4 file
  6. version=4
  7. # PGP signature mangle, so foo.tar.gz has foo.tar.gz.sig
  8. #opts="pgpsigurlmangle=s%$%.sig%"
  9. # HTTP site (basic)
  10. #http://example.com/downloads.html \
  11. # files/tuntox-([\d\.]+)\.tar\.gz debian uupdate
  12. # Uncomment to examine an FTP server
  13. #ftp://ftp.example.com/pub/tuntox-(.*)\.tar\.gz debian uupdate
  14. # SourceForge hosted projects
  15. # http://sf.net/tuntox/ tuntox-(.*)\.tar\.gz debian uupdate
  16. # GitHub hosted projects
  17. #opts="filenamemangle=s%(?:.*?)?v?(\d[\d.]*)\.tar\.gz%<project>-$1.tar.gz%" \
  18. # https://github.com/<user>/tuntox/tags \
  19. # (?:.*?/)?v?(\d[\d.]*)\.tar\.gz debian uupdate
  20. # PyPI
  21. # https://pypi.debian.net/tuntox/tuntox-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
  22. # Direct Git
  23. # opts="mode=git" http://git.example.com/tuntox.git \
  24. # refs/tags/v([\d\.]+) debian uupdate
  25. # Uncomment to find new files on GooglePages
  26. # http://example.googlepages.com/foo.html tuntox-(.*)\.tar\.gz