diff options
| author | Rémi Verschelde | 2018-04-12 14:07:42 +0200 |
|---|---|---|
| committer | Rémi Verschelde | 2018-04-12 14:07:48 +0200 |
| commit | ab75fae5641675a2e9c8b38c3b40231a00bb428d (patch) | |
| tree | a0aabec39447cd75c6f26aae697a0e03bb60c5eb | |
| parent | d121f4af8acacd6a2197b0edfc2fef605e02d651 (diff) | |
| download | godot-ab75fae5641675a2e9c8b38c3b40231a00bb428d.tar.gz godot-ab75fae5641675a2e9c8b38c3b40231a00bb428d.tar.zst godot-ab75fae5641675a2e9c8b38c3b40231a00bb428d.zip | |
| -rwxr-xr-x | misc/travis/scons-local-osx.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/travis/scons-local-osx.sh b/misc/travis/scons-local-osx.sh index d9d7d98b3..fe7b43aad 100755 --- a/misc/travis/scons-local-osx.sh +++ b/misc/travis/scons-local-osx.sh @@ -5,10 +5,10 @@ echo "Download and install Scons local package ..." echo echo "Downloading sources ..." -curl -L -O http://prdownloads.sourceforge.net/scons/scons-local-3.0.0.zip # latest version available here: http://scons.org/pages/download.html +curl -L -O https://downloads.sourceforge.net/scons/scons-local-3.0.1.zip # latest version available here: http://scons.org/pages/download.html echo "Extracting to build directory ..." -unzip -qq -n scons-local-3.0.0.zip -d $TRAVIS_BUILD_DIR/scons-local +unzip -qq -n scons-local-3.0.1.zip -d $TRAVIS_BUILD_DIR/scons-local echo "Installing symlinks ..." ln -s $TRAVIS_BUILD_DIR/scons-local/scons.py /usr/local/bin/scons |
