diff options
author | David Spencer <idlemoor@slackbuilds.org> | 2018-02-28 11:29:42 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-03 08:42:08 +0700 |
commit | eb030c7ad17fafcd129c0d6ab4fdceea813d2a5a (patch) | |
tree | 924580499ec3fd7089b2b138c95fbe762fe3cea6 /development/swift | |
parent | 073f2ae7a6b6d67a0bc21bddacf97448a6ea93e7 (diff) | |
download | slackbuilds-eb030c7ad17fafcd129c0d6ab4fdceea813d2a5a.tar.gz |
development/swift: Unsupported on 32 bit.
See utils/swift_build_support/swift_build_support/targets.py
(lines 114+).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/swift')
-rw-r--r-- | development/swift/swift.info | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/development/swift/swift.info b/development/swift/swift.info index 84e9d3e76f..d95ef6f75a 100644 --- a/development/swift/swift.info +++ b/development/swift/swift.info @@ -1,7 +1,9 @@ PRGNAM="swift" VERSION="4.0" HOMEPAGE="https://swift.org/" -DOWNLOAD="https://github.com/apple/swift/archive/swift-4.0-RELEASE/swift-swift-4.0-RELEASE.tar.gz \ +DOWNLOAD="UNSUPPORTED" +MD5SUM="" +DOWNLOAD_x86_64="https://github.com/apple/swift/archive/swift-4.0-RELEASE/swift-swift-4.0-RELEASE.tar.gz \ https://github.com/apple/swift-corelibs-foundation/archive/swift-4.0-RELEASE/swift-corelibs-foundation-swift-4.0-RELEASE.tar.gz \ https://github.com/apple/swift-corelibs-libdispatch/archive/swift-4.0-RELEASE/swift-corelibs-libdispatch-swift-4.0-RELEASE.tar.gz \ https://github.com/apple/swift-corelibs-xctest/archive/swift-4.0-RELEASE/swift-corelibs-xctest-swift-4.0-RELEASE.tar.gz \ @@ -13,7 +15,7 @@ DOWNLOAD="https://github.com/apple/swift/archive/swift-4.0-RELEASE/swift-swift-4 https://github.com/apple/swift-llbuild/archive/swift-4.0-RELEASE/swift-llbuild-swift-4.0-RELEASE.tar.gz \ https://github.com/apple/swift-compiler-rt/archive/swift-4.0-RELEASE/swift-compiler-rt-swift-4.0-RELEASE.tar.gz \ https://github.com/apple/swift-integration-tests/archive/swift-4.0-RELEASE/swift-integration-tests-swift-4.0-RELEASE.tar.gz" -MD5SUM="edb657fc04e5780b2f9cf9304f84118c \ +MD5SUM_x86_64="edb657fc04e5780b2f9cf9304f84118c \ cd1f91b951d91a6a666dcc8624a918be \ 73cbb1c41142e341ea141720ab412f3e \ 69099f33b69f5ea6016b9b23b7c10344 \ @@ -25,8 +27,6 @@ MD5SUM="edb657fc04e5780b2f9cf9304f84118c \ d8211c2a409b2ca5cfeb06e513fd9cc5 \ 437047c4222b165149162dd8ebaa6c5e \ 0550d7acd22642475eb75184d6785836" -DOWNLOAD_x86_64="" -MD5SUM_x86_64="" REQUIRES="ninja libbsd libedit libkqueue systemtap blocksruntime six" MAINTAINER="Felipe Bugno" EMAIL="capent@yahoo.com" |