summaryrefslogtreecommitdiff
path: root/checkVersions
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2019-07-24 15:42:35 +0200
committerErich Eckner <git@eckner.net>2019-07-24 15:42:35 +0200
commitea16cd1279d1d91538948a8ea85a69cf91f4c192 (patch)
tree528ae7098b37f132504aefa8d1955fd9ca0bf18a /checkVersions
parent7a3984dc59f6a1065c9783247ca20c4822aaebcc (diff)
downloadarchlinuxewe.git.save-ea16cd1279d1d91538948a8ea85a69cf91f4c192.tar.xz
checkVersions: ignore *-devel from sourceforge
Diffstat (limited to 'checkVersions')
-rwxr-xr-xcheckVersions1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkVersions b/checkVersions
index 3a824865..ef2f08cb 100755
--- a/checkVersions
+++ b/checkVersions
@@ -740,6 +740,7 @@ then
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@
T