github.com/szyn/goreleaser@v0.76.1-0.20180517112710-333da09a1297/pipeline/scoop/testdata/test_buildmanifest.json.golden (about)

     1  {
     2      "version": "1.0.1",
     3      "architecture": {
     4          "32bit": {
     5              "url": "https://github.com/test/test/releases/download/v1.0.1/foo_1.0.1_windows_386.tar.gz",
     6              "bin": "test.exe"
     7          },
     8          "64bit": {
     9              "url": "https://github.com/test/test/releases/download/v1.0.1/foo_1.0.1_windows_amd64.tar.gz",
    10              "bin": "test.exe"
    11          }
    12      },
    13      "homepage": "https://github.com/goreleaser",
    14      "description": "A run pipe test formula"
    15  }