Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c28e12f

Browse files
committedMay 10, 2016
Add the May 3rd development snapshot
1 parent 9662157 commit c28e12f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎bin/compile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ BIN_DIR=$(cd $(dirname $0); pwd)
1212
BUILD_DIR=$1
1313
CACHE_DIR=$2
1414

15-
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-03-24-a
15+
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-05-03-a
1616
CLANG_VERSION=3.7.0
1717

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

‎manifest.yml

+6
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,12 @@ dependencies:
7070
md5: b3a4e528ab35e7c64082b46c63c72b58
7171
cf_stacks:
7272
- cflinuxfs2
73+
- name: swift
74+
version: DEVELOPMENT-SNAPSHOT-2016-05-03-a
75+
uri: https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a/swift-DEVELOPMENT-SNAPSHOT-2016-05-03-a-ubuntu14.04.tar.gz
76+
md5: f77eec8407e64dad03a29bf9112e52ac
77+
cf_stacks:
78+
- cflinuxfs2
7379
- name: clang
7480
version: 3.7.0
7581
uri: http://llvm.org/releases/3.7.0/clang+llvm-3.7.0-x86_64-linux-gnu-ubuntu-14.04.tar.xz

0 commit comments

Comments
 (0)
Please sign in to comment.