From db066500c9343c74694134a56c9039c4d7859a5f Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Mon, 14 Sep 2020 09:49:00 +0200 Subject: checkVersions: learn glib2-static --- checkVersions | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'checkVersions') diff --git a/checkVersions b/checkVersions index 4d76aba5..e87e0cba 100755 --- a/checkVersions +++ b/checkVersions @@ -1005,7 +1005,8 @@ then grep -qF "$( printf '%s\n' \ 'https://www.kernel.org/pub/linux/utils/cryptsetup' \ - 'https://archive.apache.org/' + 'https://archive.apache.org/' \ + 'http://ftp.gnome.org/pub/gnome/sources/glib/' )"; then fileName=$( printf '%s\n' "${src}" \ @@ -1017,7 +1018,7 @@ then for mainVer in $( curl_it -L "${src%/*/*}/" \ | sed ' - s@^.*\1/.*$@\1@ + s@^.*\1/.*$@\1@ t d ' \ -- cgit v1.2.3-54-g00ecf