Skip to content

Commit

Permalink
build-glib2.sh: fix URLs.
Browse files Browse the repository at this point in the history
  • Loading branch information
aborodin committed Dec 26, 2020
1 parent e6315c1 commit 427937f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build-glib2.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
: ${GETTEXT_VERSION=0.17}

GLIB_DIR="glib-$GLIB_VERSION"
GLIB_TARBALL="glib-$GLIB_VERSION.tar.gz"
GLIB_URL="ftp://ftp.gnome.org/pub/gnome/sources/glib/2.30/$GLIB_TARBALL"
GLIB_TARBALL="glib-$GLIB_VERSION.tar.bz2"
GLIB_URL="https://download.gnome.org/sources/glib/2.30/$GLIB_TARBALL"

PKGC_DIR="pkg-config-$PKGC_VERSION"
PKGC_TARBALL="pkg-config-$PKGC_VERSION.tar.gz"
Expand Down

0 comments on commit 427937f

Please sign in to comment.