From 7ab6c56ab5e32ffe6f6297e1e7409744cea990b4 Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 4 Sep 2020 08:37:55 +0200 Subject: checkVersions: learn qemu-user-static and pcre-static --- checkVersions | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'checkVersions') diff --git a/checkVersions b/checkVersions index f945f7a4..f891d412 100755 --- a/checkVersions +++ b/checkVersions @@ -929,8 +929,10 @@ then 'bindfs\.org' \ 'dl\.suckless\.org' \ 'download\.osgeo\.org' \ + 'download\.qemu\.org' \ 'downloads\.powerdns\.com' \ 'ftp\.daper\.net' \ + 'ftp\.pcre\.org' \ 'isl\.gforge\.inria\.fr' \ 'www\.vanheusden\.com'\ 'people\.gnome\.org' \ @@ -956,6 +958,10 @@ then break fi done + pkgname="${pkgname%-static}" + if [ "${pkgname}" = 'qemu-user' ]; then + pkgname='qemu' + fi quVer="${src%/*}/" if printf '%s\n' "${pkgver}" \ | grep -qx '[0-9.]\+_[0-9.]\+_rc[0-9]\+'; then -- cgit v1.2.3-54-g00ecf