update-walker: allow filtering for SF tarballs

This commit is contained in:
Michael Raskin 2016-08-10 19:27:23 +02:00
parent 5ea4e54b74
commit 1eb5f8bfc7

View File

@ -9,7 +9,7 @@ SF_version_dir () {
} }
SF_version_tarball () { SF_version_tarball () {
version_link '[.]tar[.].*/download$' version_link "${1:-[.]tar[.]}.*/download\$"
} }
GH_latest () { GH_latest () {