File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change 1- wasm-5.3-SNAPSHOT-2020-10-16 -a
1+ wasm-5.3-SNAPSHOT-2020-10-20 -a
Original file line number Diff line number Diff line change 1818
1919case $( uname -s) in
2020 Darwin)
21- toolchain_download=" $swift_tag -macos-x86_64.tar.gz"
22- echo ' -macos' >> .swift-version
21+ toolchain_download=" $swift_tag -macos_x86_64.pkg"
2322 ;;
2423 Linux)
2524 if [ $( grep RELEASE /etc/lsb-release) == " DISTRIB_RELEASE=18.04" ]; then
26- toolchain_download=" $swift_tag -ubuntu18.04-x86_64.tar.gz"
27- echo ' -ubuntu18.04' >> .swift-version
25+ toolchain_download=" $swift_tag -ubuntu18.04_x86_64.tar.gz"
2826 elif [ $( grep RELEASE /etc/lsb-release) == " DISTRIB_RELEASE=20.04" ]; then
29- toolchain_download=" $swift_tag -ubuntu20.04-x86_64.tar.gz"
30- echo ' -ubuntu20.04' >> .swift-version
27+ toolchain_download=" $swift_tag -ubuntu20.04_x86_64.tar.gz"
3128 else
3229 echo " Unknown Ubuntu version"
3330 exit 1
You can’t perform that action at this time.
0 commit comments