pangox-compat: Switch url.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackware-id.org>
This commit is contained in:
Willy Sudiarto Raharjo 2021-06-03 01:11:07 +07:00
parent 9bdaf4dfaa
commit 9be38828c5
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -38,7 +38,7 @@ if [ -z "$ARCH" ]; then
esac esac
fi fi
wget -c http://ftp.gnome.org/pub/gnome/sources/pangox-compat/0.0/$PRGNAM-$VERSION.tar.xz wget -c https://download.gnome.org/sources/pangox-compat/0.0/pangox-compat-0.0.2.tar.xz
CWD=$(pwd) CWD=$(pwd)
TMP=${TMP:-/tmp/csb} TMP=${TMP:-/tmp/csb}