File tree 2 files changed +4
-7
lines changed
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 18
18
19
19
case $( uname -s) in
20
20
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"
23
22
;;
24
23
Linux)
25
24
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"
28
26
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"
31
28
else
32
29
echo " Unknown Ubuntu version"
33
30
exit 1
You can’t perform that action at this time.
0 commit comments