forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Swift Toolchain to version 6.0 (microsoft#173907)
- Loading branch information
Showing
3 changed files
with
58 additions
and
0 deletions.
There are no files selected for viewing
32 changes: 32 additions & 0 deletions
32
manifests/s/Swift/Toolchain/6.0.0/Swift.Toolchain.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Created using wingetcreate 1.6.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Swift.Toolchain | ||
PackageVersion: 6.0.0 | ||
InstallerLocale: en-US | ||
InstallerType: burn | ||
Scope: user | ||
UpgradeBehavior: install | ||
Commands: | ||
- swift | ||
- swiftc | ||
- sourcekit-lsp | ||
FileExtensions: | ||
- swift | ||
Dependencies: | ||
PackageDependencies: | ||
- PackageIdentifier: Git.Git | ||
- PackageIdentifier: Microsoft.VCRedist.2015+.x64 | ||
MinimumVersion: 14.28.29913.0 | ||
- PackageIdentifier: Python.Python.3.9 | ||
AppsAndFeaturesEntries: | ||
- DisplayName: Swift Developer Toolkit 6.0.0 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerUrl: https://download.swift.org/swift-6.0-release/windows10/swift-6.0-RELEASE/swift-6.0-RELEASE-windows10.exe | ||
InstallerSha256: 0C6807B674B01B961DF87CD0DBE18D1ACDE93DC9A124DDE453BD6B597C1DB456 | ||
- Architecture: arm64 | ||
InstallerUrl: https://download.swift.org/swift-6.0-release/windows10-arm64/swift-6.0-RELEASE/swift-6.0-RELEASE-windows10-arm64.exe | ||
InstallerSha256: 9AEEA2ADBECAE5DA3347292D3F3D0F58130250D98F5B635DB0DCAF2E4DB173F5 | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
18 changes: 18 additions & 0 deletions
18
manifests/s/Swift/Toolchain/6.0.0/Swift.Toolchain.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# Created using wingetcreate 1.6.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Swift.Toolchain | ||
PackageVersion: 6.0.0 | ||
PackageLocale: en-US | ||
Publisher: swift.org | ||
Author: Swift Open Source Project | ||
PackageName: Swift | ||
PackageUrl: https://www.swift.org | ||
License: Apache-2.0 License | ||
Copyright: Copyright (c) Swift Open Source Project | ||
ShortDescription: Swift Toolchain for Windows | ||
Moniker: swift | ||
Tags: | ||
- swift | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created using wingetcreate 1.6.1.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Swift.Toolchain | ||
PackageVersion: 6.0.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |