Skip to content
This repository has been archived by the owner on Sep 29, 2022. It is now read-only.

Commit

Permalink
Keep trying to fix the tcltk downloading
Browse files Browse the repository at this point in the history
  • Loading branch information
asmeurer committed Nov 22, 2014
1 parent 11ee24e commit 217007f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tcltk/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

VER=$PKG_VERSION

curl "http://downloads.sourceforge.net/project/tcl/Tcl/${VER}/tcl${VER}-src.tar.gz" > tcl${VER}-src.tar.gz
curl "http://downloads.sourceforge.net/project/tcl/Tcl/${VER}/tk${VER}-src.tar.gz" > tk${VER}-src.tar.gz
curl "http://superb-dca2.dl.sourceforge.net/project/tcl/Tcl/${VER}/tcl${VER}-src.tar.gz" > tcl${VER}-src.tar.gz
curl "http://superb-dca2.dl.sourceforge.net/project/tcl/Tcl/${VER}/tk${VER}-src.tar.gz" > tk${VER}-src.tar.gz

tar xzf tcl${VER}-src.tar.gz
tar xzf tk${VER}-src.tar.gz
Expand Down

0 comments on commit 217007f

Please sign in to comment.