mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 06:07:00 +02:00
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=
|
||||
dirpfx=
|
||||
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"}
|
||||
vdsfx=${vdsuffix:-"|\\.x"}
|
||||
|
|
Loading…
Add table
Reference in a new issue