version=4
opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg.*//g,repack,compression=xz" \
  https://github.com/trinityrnaseq/trinityrnaseq/releases \
  .*v@ANY_VERSION@(?:\.wExtSampleData|\.FULL_with_extendedTestData)@ARCHIVE_EXT@

# the ?: means the grouping is non-capturing, so the wExtSampleData or with_extendedTestData part isn't included in the version number
