Allow selection of named SF dirs

This commit is contained in:
Michael Raskin 2014-06-27 16:28:00 +04:00
parent f5eb0f2883
commit 1b0b0c4257

View File

@ -5,7 +5,7 @@ SF_redirect () {
}
SF_version_dir () {
version_link 'http://sourceforge.net/.+/[0-9.]+/$'
version_link 'http://sourceforge.net/.+/'"$1"'[0-9.]+/$'
}
GH_latest () {