Skip to content

Commit

Permalink
feat: add missing 5.2 binary cache
Browse files Browse the repository at this point in the history
  • Loading branch information
kylef committed Apr 18, 2020
1 parent 522f448 commit 93afa58
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
16 changes: 16 additions & 0 deletions share/swiftenv-install/5.2
@@ -0,0 +1,16 @@
case "$PLATFORM" in
'osx' )
URL="https://swift.org/builds/swift-5.2-release/xcode/swift-5.2-RELEASE/swift-5.2-RELEASE-osx.pkg"
;;

'ubuntu16.04' )
URL="https://swift.org/builds/swift-5.2-release/ubuntu1604/swift-5.2-RELEASE/swift-5.2-RELEASE-ubuntu16.04.tar.gz"
;;

'ubuntu18.04' )
URL="https://swift.org/builds/swift-5.2-release/ubuntu1804/swift-5.2-RELEASE/swift-5.2-RELEASE-ubuntu18.04.tar.gz"
;;

* )
;;
esac
16 changes: 16 additions & 0 deletions share/swiftenv-install/5.2.1
@@ -0,0 +1,16 @@
case "$PLATFORM" in
'osx' )
URL="https://swift.org/builds/swift-5.2.1-release/xcode/swift-5.2.1-RELEASE/swift-5.2.1-RELEASE-osx.pkg"
;;

'ubuntu16.04' )
URL="https://swift.org/builds/swift-5.2.1-release/ubuntu1604/swift-5.2.1-RELEASE/swift-5.2.1-RELEASE-ubuntu16.04.tar.gz"
;;

'ubuntu18.04' )
URL="https://swift.org/builds/swift-5.2.1-release/ubuntu1804/swift-5.2.1-RELEASE/swift-5.2.1-RELEASE-ubuntu18.04.tar.gz"
;;

* )
;;
esac
16 changes: 16 additions & 0 deletions share/swiftenv-install/5.2.2
@@ -0,0 +1,16 @@
case "$PLATFORM" in
'osx' )
URL="https://swift.org/builds/swift-5.2.2-release/xcode/swift-5.2.2-RELEASE/swift-5.2.2-RELEASE-osx.pkg"
;;

'ubuntu16.04' )
URL="https://swift.org/builds/swift-5.2.2-release/ubuntu1604/swift-5.2.2-RELEASE/swift-5.2.2-RELEASE-ubuntu16.04.tar.gz"
;;

'ubuntu18.04' )
URL="https://swift.org/builds/swift-5.2.2-release/ubuntu1804/swift-5.2.2-RELEASE/swift-5.2.2-RELEASE-ubuntu18.04.tar.gz"
;;

* )
;;
esac

0 comments on commit 93afa58

Please sign in to comment.