Skip to content

Commit

Permalink
swift: Update to version 6.0
Browse files Browse the repository at this point in the history
Signed-off-by: Chawye Hsu <su+git@chawyehsu.com>
  • Loading branch information
chawyehsu committed Sep 22, 2024
1 parent e98ab9d commit 2d75554
Showing 1 changed file with 11 additions and 4 deletions.
15 changes: 11 additions & 4 deletions bucket/swift.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,15 @@
"homepage": "https://www.swift.org/",
"description": "The Swift Programming Language",
"license": "Apache-2.0",
"version": "5.10.1",
"version": "6.0",
"architecture": {
"64bit": {
"url": "https://download.swift.org/swift-5.10.1-release/windows10/swift-5.10.1-RELEASE/swift-5.10.1-RELEASE-windows10.exe",
"hash": "3027762138acfa1bbe3050ff6613bbe754332e84c9efa5c23984646009297286"
"url": "https://download.swift.org/swift-6.0-release/windows10/swift-6.0-RELEASE/swift-6.0-RELEASE-windows10.exe",
"hash": "0c6807b674b01b961df87cd0dbe18d1acde93dc9a124dde453bd6b597c1db456"
},
"arm64": {
"url": "https://download.swift.org/swift-6.0-release/windows10-arm64/swift-6.0-RELEASE/swift-6.0-RELEASE-windows10-arm64.exe",
"hash": "9aeea2adbecae5da3347292d3f3d0f58130250d98f5b635db0dcaf2e4db173f5"
}
},
"depends": "main/wixtoolset",
Expand Down Expand Up @@ -54,12 +58,15 @@
},
"checkver": {
"url": "https://dorado-api.deno.dev/swift-tmp",
"regex": "swift-(5.10([\\d.]+)?)-RELEASE-windows10.exe"
"regex": "swift-(6([\\d.]+)?)-RELEASE-windows10.exe"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://download.swift.org/swift-$version-release/windows10/swift-$version-RELEASE/swift-$version-RELEASE-windows10.exe"
},
"arm64": {
"url": "https://download.swift.org/swift-$version-release/windows10-arm64/swift-$version-RELEASE/swift-$version-RELEASE-windows10-arm64.exe"
}
}
},
Expand Down

0 comments on commit 2d75554

Please sign in to comment.