Skip to content

Commit

Permalink
Add URLs for the latest 5.2 development snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
vzsg committed Mar 21, 2020
1 parent 376aa19 commit a026652
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
case "$PLATFORM" in
'osx' )
URL="https://swift.org/builds/swift-5.2-branch/xcode/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-20-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-20-a-osx.pkg"
;;

'ubuntu16.04' )
URL="https://swift.org/builds/swift-5.2-branch/ubuntu1604/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-20-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-20-a-ubuntu16.04.tar.gz"
;;

'ubuntu18.04' )
URL="https://swift.org/builds/swift-5.2-branch/ubuntu1804/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-20-a/swift-5.2-DEVELOPMENT-SNAPSHOT-2020-03-20-a-ubuntu18.04.tar.gz"
;;

* )
;;
esac

0 comments on commit a026652

Please sign in to comment.