Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b20aae4

Browse files
authored
Merge pull request #709 from theresama/update-swift
update swift to swift 4
2 parents 1f13a5b + 98a6fce commit b20aae4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

get-swift.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ set -ex
44

55
. /etc/lsb-release
66
if [ "$DISTRIB_CODENAME" = "trusty" ]; then
7-
SWIFT_URL='https://swift.org/builds/swift-3.1.1-release/ubuntu1404/swift-3.1.1-RELEASE/swift-3.1.1-RELEASE-ubuntu14.04.tar.gz'
7+
SWIFT_URL='https://swift.org/builds/swift-4.0.3-release/ubuntu1404/swift-4.0.3-RELEASE/swift-4.0.3-RELEASE-ubuntu14.04.tar.gz'
88
else
9-
SWIFT_URL='https://swift.org/builds/swift-3.1.1-release/ubuntu1604/swift-3.1.1-RELEASE/swift-3.1.1-RELEASE-ubuntu16.04.tar.gz'
9+
SWIFT_URL='https://swift.org/builds/swift-4.0.3-release/ubuntu1604/swift-4.0.3-RELEASE/swift-4.0.3-RELEASE-ubuntu16.04.tar.gz'
1010
fi
1111

1212
mkdir -p /tmp/swift

0 commit comments

Comments
 (0)