Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Experiment with winget manifest creation #821

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.5.0.schema.json

PackageIdentifier: JuliaHub.Julia
PackageVersion: 1.14.5
InstallerLocale: en-US
InstallerType: wix
ProductCode: '{33B218FF-20BD-47ED-B4A7-330A8C6C59B4}'
Installers:
- InstallerUrl: https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.14.5-x64.msi
Architecture: x64
InstallerSha256: 901CC72C9FF94838876C05ADC8E540592FEE6D18827C288BEF97CFE6F01F888D
- InstallerUrl: https://julialang-s3.julialang.org/juliaup/winmsi/Julia-v1.14.5-x86.msi
Architecture: x86
InstallerSha256: 1F753A8144E5951F6AB1643E36B989934DA34E540F65DCEA03B994806287173B
ManifestType: installer
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.5.0.schema.json

PackageIdentifier: JuliaHub.Julia
PackageVersion: 1.14.5
PackageLocale: en-US
Publisher: JuliaHub, Inc.
PackageName: Julia
License: MIT License
ShortDescription: Julia
ManifestType: defaultLocale
ManifestVersion: 1.5.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# Created using wingetcreate 1.5.7.0
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.5.0.schema.json

PackageIdentifier: JuliaHub.Julia
PackageVersion: 1.14.5
DefaultLocale: en-US
ManifestType: version
ManifestVersion: 1.5.0