Skip to content

Commit 5c457d0

Browse files
committed
Merge pull request #9 from ChrisGriffiths/master
Update deployment snapshot to 1st March
2 parents 52e81b6 + 45e1555 commit 5c457d0

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
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-02-08-a
14+
DEFAULT_SWIFT_VERSION=DEVELOPMENT-SNAPSHOT-2016-03-01-a
1515
CLANG_VERSION=3.7.0
1616

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

manifest.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,12 @@ dependencies:
5858
md5: cf23f98c559cf113bdea4e2d719d227f
5959
cf_stacks:
6060
- cflinuxfs2
61+
- name: swift
62+
version: DEVELOPMENT-SNAPSHOT-2016-03-01-a
63+
uri: https://swift.org/builds/development/ubuntu1404/swift-DEVELOPMENT-SNAPSHOT-2016-03-01-a/swift-DEVELOPMENT-SNAPSHOT-2016-03-01-a-ubuntu14.04.tar.gz
64+
md5: 4ccc3f14cbd6ca549e455da78d115835
65+
cf_stacks:
66+
- cflinuxfs2
6167
- name: clang
6268
version: 3.7.0
6369
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)