fixup! Add ports to the Sortix repository.

This commit is contained in:
Jonas 'Sortie' Termansen 2022-02-01 21:04:18 +01:00
parent 1f5fcdd1d7
commit 846cc82eaa
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ fi
if [ -z "$UPSTREAM_ARCHIVE_TEMPLATE" ]; then
UPSTREAM_ARCHIVE_TEMPLATE=$(echo "$UPSTREAM_ARCHIVE" |
sed -E 's,([0-9]+\.[0-9]+(\.[0-9]+)*)(\.tar.*),%v%e,')
sed -E "s,$VERSION_REGEX(\.tar.*),%v%e,")
fi
if [ -z "$RELEASE_SEARCH_REGEX" ]; then