summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions3
1 files changed, 2 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions
index 37f1af60..3ab92e8b 100755
--- a/checkVersions
+++ b/checkVersions
@@ -759,12 +759,13 @@ then
s,^.*$,https://sourceforge.net/projects/\0/,
'
)
+ echo "'$quVer'" >&2
remVer=$( \
curl_it "${quVer}" | \
sed -n '
\@<a [^>]*-devel/@,\@</a>@ d
\@<a [^<>]* href="[^"<>]*/latest/download"@,\@</a>@ {
- s@^.*<span class="sub-label">\(\('"${pkgname}"'\|'"${_pkgname}"'\)\([-.]\|%20\)\)\?\([0-9.]\+\)\(\.tar\.\([xg]z\|bz2\)\|\.zip\|-win-dist\.msi\)\( [^<>]*\)\?</span>.*$@\4@
+ s@^.*<span class="sub-label">\(\('"${pkgname}"'\|'"${_pkgname}"'\)\([-.]\|%20\)\)\?\([0-9.]\+\)\(\.tar\.\([xgl]z\|bz2\)\|\.zip\|-win-dist\.msi\)\( [^<>]*\)\?</span>.*$@\4@
T
p
}