Skip to content

Commit 865898d

Browse files
committed
Added support for Swift binaries 03-24.
1 parent 2d3bb9c commit 865898d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bin/compile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
BUILD_DIR=$1
1212
CACHE_DIR=$2
1313

14-
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-03-16-a
14+
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-03-24-a
1515
CLANG_VERSION=3.7.0
1616

1717
if [ -f $BUILD_DIR/.swift-version ]; then

manifest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ dependencies:
6565
cf_stacks:
6666
- cflinuxfs2
6767
- name: swift
68-
version: DEVELOPMENT-SNAPSHOT-2016-03-16-a
69-
uri: https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2016-03-16-a/swift-DEVELOPMENT-SNAPSHOT-2016-03-16-a-ubuntu14.04.tar.gz
68+
version: DEVELOPMENT-SNAPSHOT-2016-03-24-a
69+
uri: https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a/swift-DEVELOPMENT-SNAPSHOT-2016-03-24-a-ubuntu14.04.tar.gz
7070
md5: 4ccc3f14cbd6ca549e455da78d115835
7171
cf_stacks:
7272
- cflinuxfs2

0 commit comments

Comments
 (0)