summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions3
1 files changed, 2 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions
index 4507a193d..74d7a5b38 100755
--- a/checkVersions
+++ b/checkVersions
@@ -1003,6 +1003,7 @@ then
'people\.gnome\.org' \
'pkgbuild\.com' \
'qgis\.org' \
+ 'ftp\.recompile\.se' \
'software\.is\.never\.null' \
'sources\.archlinux\(32\)\?\.org' \
'webhome\.phy\.duke\.edu' \
@@ -1069,7 +1070,7 @@ then
curl_it "${quVer}" | \
tr '"<>' '\n\n\n' | \
sed '
- s@^'"${pkgname#python2-}"'\(-src\)\?[-_]\?v\?\('"${ver_match}"'\)\(_amd64\.deb\|\.t\(ar\(\.[gx]z\|\.bz2\)\?\|gz\)\)$@\2@
+ s@^'"${pkgname#python2-}"'\(-src\)\?[-_]\?v\?\('"${ver_match}"'\)\(_amd64\.deb\|\(\.orig\)\?\.t\(ar\(\.[gx]z\|\.bz2\)\?\|gz\)\)$@\2@
t
d
' | \