github.com/amane3/goreleaser@v0.182.0/internal/pipe/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": [
     7                  "foo.exe",
     8                  "bar.exe"
     9              ],
    10              "hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
    11          },
    12          "64bit": {
    13              "url": "https://github.com/test/test/releases/download/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      },
    21      "homepage": "https://github.com/goreleaser",
    22      "description": "A run pipe test formula",
    23      "persist": [
    24          "data",
    25          "config",
    26          "test.ini"
    27      ]
    28  }