xbps-src: update-check: switch sourceforge to https

This commit is contained in:
Piotr Wójcik 2019-02-18 16:20:12 +01:00 committed by maxice8
parent 36ffd77a3d
commit 2a0c3434fb
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ update_check() {
case "$url" in
*sourceforge.net/sourceforge*)
sfname="$(printf %s "$url" | cut -d/ -f5)"
url="http://sourceforge.net/projects/$sfname/rss?limit=200";;
url="https://sourceforge.net/projects/$sfname/rss?limit=200";;
*code.google.com*|*googlecode*)
url="http://code.google.com/p/$pkgname/downloads/list";;
*launchpad.net*)