update_check.sh: pypi.io -> pypi.org
This commit is contained in:
parent
995b68387b
commit
d58e50477e
|
@ -43,7 +43,7 @@ update_check() {
|
|||
pkgname=${pkgname#perl-};;
|
||||
*pythonhosted.org*)
|
||||
pkgname=${pkgname#python-}
|
||||
url="https://pypi.io/simple/$pkgname";;
|
||||
url="https://pypi.org/simple/$pkgname";;
|
||||
*github.com*)
|
||||
githubname="$(printf %s "$url" | cut -d/ -f4,5)"
|
||||
url="https://github.com/$githubname/tags"
|
||||
|
|
Loading…
Reference in New Issue