summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckVersions2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkVersions b/checkVersions
index 4737dff6b..284478aee 100755
--- a/checkVersions
+++ b/checkVersions
@@ -176,7 +176,7 @@ then
elif [ "${pkgname}" = 'adduser' ]
then
remVer=$(
- curl_it "${source[0]}" '-L' | \
+ curl_it "${source[0]#*::}" '-L' | \
grep '^# Version: ' | \
sed 's|^# Version: \+||'
)