File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ function setup_solcjs
37
37
38
38
cd " $dir "
39
39
printLog " Setting up solc-js..."
40
- git clone --depth 1 -b master https://github.com/ethereum/solc-js.git solc
40
+ git clone --depth 1 -b v0.5.0 https://github.com/ethereum/solc-js.git solc
41
41
42
42
cd solc
43
43
npm install
@@ -107,7 +107,7 @@ function force_solc_truffle_modules
107
107
if [ -d " $d " ]; then
108
108
cd $d
109
109
rm -rf solc
110
- git clone --depth 1 -b master https://github.com/ethereum/solc-js.git solc
110
+ git clone --depth 1 -b v0.5.0 https://github.com/ethereum/solc-js.git solc
111
111
cp " $1 " solc/soljson.js
112
112
fi
113
113
)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ VERSION="$2"
40
40
DIR=$( mktemp -d)
41
41
(
42
42
echo " Preparing solc-js (master)..."
43
- git clone --depth 1 --branch master https://github.com/ethereum/solc-js " $DIR "
43
+ git clone --depth 1 --branch v0.5.0 https://github.com/ethereum/solc-js " $DIR "
44
44
cd " $DIR "
45
45
# disable "prepublish" script which downloads the latest version
46
46
# (we will replace it anyway and it is often incorrectly cached
You can’t perform that action at this time.
0 commit comments