update-check: skip version directories checking when specialized check exists
This commit is contained in:
parent
7ae9417947
commit
e3e08a087a
1 changed files with 15 additions and 0 deletions
|
@ -41,6 +41,21 @@ update_check() {
|
||||||
urlsfx=
|
urlsfx=
|
||||||
dirpfx=
|
dirpfx=
|
||||||
case "$url" in
|
case "$url" in
|
||||||
|
*.voidlinux.*|\
|
||||||
|
*sourceforge.net/sourceforge*|\
|
||||||
|
*code.google.com*|*googlecode*|\
|
||||||
|
*launchpad.net*|\
|
||||||
|
*cpan.*|\
|
||||||
|
*pythonhosted.org*|\
|
||||||
|
*github.com*|\
|
||||||
|
*gitlab.com*|*gitlab.gnome.org*|*gitlab.freedesktop.org*|\
|
||||||
|
*bitbucket.org*|\
|
||||||
|
*ftp.gnome.org*|\
|
||||||
|
*kernel.org/pub/linux/kernel/*|\
|
||||||
|
*cran.r-project.org/src/contrib*|\
|
||||||
|
*rubygems.org*)
|
||||||
|
continue
|
||||||
|
;;
|
||||||
*)
|
*)
|
||||||
vdpfx=${vdprefix:-"|v|\\Q$pkgname\\E"}
|
vdpfx=${vdprefix:-"|v|\\Q$pkgname\\E"}
|
||||||
vdsfx=${vdsuffix:-"|\\.x"}
|
vdsfx=${vdsuffix:-"|\\.x"}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue