# sasview watch control file for uscan
# See uscan(1) for format

# Compulsory line, this is a version 4 file
version=4

# GitHub hosted project
opts="filenamemangle=s%(?:.*?)?v?@ANY_VERSION@\.tar\.gz%sasview-$1.tar.gz%,uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/" \
   https://github.com/SasView/sasview/releases \
   (?:.*?/)?v?@ANY_VERSION@\.tar\.gz
