gksu: Change to https.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2016-06-26 08:39:56 +07:00
parent d7f382d0e0
commit 7d8526f1ca
No known key found for this signature in database
GPG key ID: 887B8374D7333381

View file

@ -35,7 +35,7 @@ if [ -z "$ARCH" ]; then
esac
fi
wget -c http://people.debian.org/~kov/gksu/$PRGNAM-$VERSION.tar.gz
wget -c https://people.debian.org/~kov/gksu/$PRGNAM-$VERSION.tar.gz
CWD=$(pwd)
TMP=${TMP:-/tmp/msb}