github.com/goreleaser/goreleaser@v1.25.1/internal/pipe/scoop/testdata/Test_buildManifest/url_template.json.golden (about)

     1  {
     2      "version": "1.0.1",
     3      "architecture": {
     4          "32bit": {
     5              "url": "http://github.mycompany.com/foo/bar/v1.0.1/foo_1.0.1_windows_386.tar.gz",
     6              "bin": [
     7                  "foo.exe",
     8                  "bar.exe"
     9              ],
    10              "hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
    11          },
    12          "64bit": {
    13              "url": "http://github.mycompany.com/foo/bar/v1.0.1/foo_1.0.1_windows_amd64.tar.gz",
    14              "bin": [
    15                  "foo.exe",
    16                  "bar.exe"
    17              ],
    18              "hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
    19          },
    20          "arm64": {
    21              "url": "http://github.mycompany.com/foo/bar/v1.0.1/foo_1.0.1_windows_arm64.tar.gz",
    22              "bin": [
    23                  "foo.exe",
    24                  "bar.exe"
    25              ],
    26              "hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
    27          }
    28      },
    29      "homepage": "https://github.com/goreleaser",
    30      "description": "A run pipe test formula",
    31      "persist": [
    32          "data.cfg",
    33          "etc"
    34      ]
    35  }