Skip to content

Commit

Permalink
revise upstream URL of ftp.gnome.org
Browse files Browse the repository at this point in the history
  • Loading branch information
norihiro committed Jan 2, 2021
1 parent a453272 commit 0c05e81
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/windows/prepare-glib.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mkdir %PangoPath%
cd /D %PangoPath%

echo downloading glib...
curl -o glib.tar.xz ftp://ftp.gnome.org/pub/gnome/sources/glib/2.65/glib-2.65.1.tar.xz
curl -L -o glib.tar.xz https://download.gnome.org/sources/glib/2.67/glib-2.67.1.tar.xz
7z x glib.tar.xz -so | 7z x -si -ttar -aoa > nul
rename glib-2.65.1 glib
rename glib-2.67.1 glib

echo downloading libffi...
curl -o libffi.tar.gz ftp://sourceware.org/pub/libffi/libffi-3.3.tar.gz
Expand Down
4 changes: 2 additions & 2 deletions ci/windows/prepare-pango.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ mkdir %PangoPath%
cd /D %PangoPath%

echo downloading pango...
curl -o pango.tar.xz http://ftp.gnome.org/pub/GNOME/sources/pango/1.46/pango-1.46.0.tar.xz
curl -L -o pango.tar.xz https://download.gnome.org/sources/pango/1.48/pango-1.48.0.tar.xz
7z x pango.tar.xz -so | 7z x -si -ttar -aoa > nul
rename pango-1.46.0 pango
rename pango-1.48.0 pango

echo configuring pango...
cd /D %PangoPath%\pango
Expand Down

0 comments on commit 0c05e81

Please sign in to comment.