Skip to content

Commit

Permalink
feat: add cache for osx 5.0 binary
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 1, 2019
1 parent 30d4187 commit 35e637b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/swiftenv-install/5.0
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
case "$PLATFORM" in
'osx' )
URL="https://swift.org/builds/swift-5.0-release/xcode/swift-5.0-RELEASE/swift-5.0-RELEASE-osx.pkg"
;;

'ubuntu14.04' )
URL="https://swift.org/builds/swift-5.0-release/ubuntu1404/swift-5.0-RELEASE/swift-5.0-RELEASE-ubuntu14.04.tar.gz"
;;
Expand Down

0 comments on commit 35e637b

Please sign in to comment.