github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/winget/testdata/TestFormatBinary/TestFormatBinary.installer.yaml.golden (about)

     1  # This file was generated by GoReleaser. DO NOT EDIT.
     2  # yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json
     3  PackageIdentifier: goreleaser.foo
     4  PackageVersion: 1.2.1
     5  InstallerLocale: en-US
     6  InstallerType: portable
     7  Commands:
     8    - foo
     9  ReleaseDate: "2023-06-12"
    10  Installers:
    11    - Architecture: x64
    12      InstallerUrl: https://dummyhost/download/v1.2.1/foo_windows_amd64v1.exe
    13      InstallerSha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
    14      UpgradeBehavior: uninstallPrevious
    15    - Architecture: x86
    16      InstallerUrl: https://dummyhost/download/v1.2.1/foo_windows_386.exe
    17      InstallerSha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
    18      UpgradeBehavior: uninstallPrevious
    19    - Architecture: arm64
    20      InstallerUrl: https://dummyhost/download/v1.2.1/foo_windows_arm64.exe
    21      InstallerSha256: e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
    22      UpgradeBehavior: uninstallPrevious
    23  ManifestType: installer
    24  ManifestVersion: 1.6.0