watch.ex 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  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/kbdled-([\d\.]+)\.tar\.gz
  12. # Uncomment to examine an FTP server.
  13. #ftp://ftp.example.com/pub/kbdled-(.*)\.tar\.gz
  14. # SourceForge hosted projects.
  15. #http://sf.net/kbdled/ kbdled-(.*)\.tar\.gz
  16. # GitHub hosted projects.
  17. #opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
  18. # https://github.com/<user>/<project>/tags \
  19. # (?:.*?/)v?@ANY_VERSION@@ARCHIVE_EXT@
  20. # GitLab hosted projects.
  21. #opts="filenamemangle=s%(?:.*?)?v?(@ANY_VERSION@@ARCHIVE_EXT@)%@PACKAGE@-$1%" \
  22. # https://gitlab.com/<user>/<project>/-/tags \
  23. # archive/v?@ANY_VERSION@/<project>-v?\d\S*@ARCHIVE_EXT@
  24. # PyPI.
  25. #https://pypi.debian.net/kbdled/kbdled-(.+)\.(?:zip|tgz|tbz|txz|(?:tar\.(?:gz|bz2|xz)))
  26. # Direct Git.
  27. #opts="mode=git" http://git.example.com/kbdled.git \
  28. # refs/tags/v([\d\.]+)