1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
goreleaser/internal/pipe/scoop/testdata/TestRunPipePullRequest.json.golden
Carlos Alexandro Becker 1d92a36340
feat(scoop): allow to template description and homepage (#4057)
make `scoops.description` and `scoops.homepage` templateable as well.
2023-05-30 13:41:24 -03:00

12 lines
355 B
JSON

{
"version": "1.2.1",
"architecture": {
"64bit": {
"url": "https://dummyhost/download/v1.2.1/foo_windows_amd64.tar.gz",
"bin": null,
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
}
},
"homepage": "https://foobar.com",
"description": "Fake desc for foo"
}