Skip to content

Commit

Permalink
swift 2.2.1
Browse files Browse the repository at this point in the history
Closes #1245.

Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
  • Loading branch information
Jerzerak authored and MikeMcQuaid committed May 18, 2016
1 parent 2758479 commit 411c0b8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Formula/swift.rb
Expand Up @@ -3,23 +3,23 @@ class Swift < Formula
homepage "https://github.com/apple/swift"

stable do
url "https://github.com/apple/swift/archive/swift-2.2-RELEASE.tar.gz"
sha256 "6dfb9de14201b9804974b1f221573cfb3e24fd657ec3bf132bf3c75de02565f5"
url "https://github.com/apple/swift/archive/swift-2.2.1-RELEASE.tar.gz"
sha256 "e971e2287055da72564356f369bad97e95821afb1ef36157e954a04a7e90753a"

swift_tag = "swift-#{version}-RELEASE"
resource "cmark" do
url "https://github.com/apple/swift-cmark/archive/#{swift_tag}.tar.gz"
sha256 "09c8da18c37f32cd0eb82b252a172481f5403c1bc6ab5740f92e87f8d1e79991"
sha256 "254d3c02bf2b03ad456fa3ad27b4da854e36318fcaf6b6f199fdb3e978a90803"
end

resource "clang" do
url "https://github.com/apple/swift-clang/archive/#{swift_tag}.tar.gz"
sha256 "ba9220e61971a55d13f501dc30f452a5c272e4d897b444a5220f2e23dbbfc2f8"
sha256 "40bdfa7eec0497ec69005d6a5d018b12c85aa2c0959d3408ecaaa9e34ff0415f"
end

resource "llvm" do
url "https://github.com/apple/swift-llvm/archive/#{swift_tag}.tar.gz"
sha256 "b975b816773aa9d888a9139f51acd1b57fd58959bb391f8f65645a2f9b6d4cc4"
sha256 "f7977e5bb275494b5dac4490afc5d634f894ba5f209f3b2dbd5b7e520fa5fce2"
end
end

Expand Down

0 comments on commit 411c0b8

Please sign in to comment.