1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-24 04:16:27 +02:00
goreleaser/pipeline/scoop/testdata/test_buildmanifest.json.golden

15 lines
481 B
Plaintext
Raw Normal View History

2018-02-15 00:22:07 -02:00
{
"version": "1.0.1",
"architecture": {
"32bit": {
"url": "https://github.com/test/test/releases/download/v1.0.1/foo_1.0.1_windows_386.tar.gz",
2018-02-15 00:22:07 -02:00
"bin": "test.exe"
},
"64bit": {
"url": "https://github.com/test/test/releases/download/v1.0.1/foo_1.0.1_windows_amd64.tar.gz",
2018-02-15 00:22:07 -02:00
"bin": "test.exe"
}
},
"homepage": "https://github.com/goreleaser",
"description": "A run pipe test formula"
}