1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-01-26 04:22:05 +02:00
goreleaser/internal/pipe/scoop/testdata/Test_doRun/multiple_binaries.json.golden
Carlos Alexandro Becker eb823dee14
feat: allow multiple scoops (#3963)
This brings the scoops feature a bit more closer to similar pipes, like
brew and krew.

- It now supports multiple scoops
- It improves some validations to prevent wrong manifests
- It uses extra.binaries instead of extra.builds, as brew does too
	- extra.builds is now unused, will be removed in a subsequent PR
- More tests were added as well

closes #3941

---------

Signed-off-by: Carlos Alexandro Becker <caarlos0@users.noreply.github.com>
2023-04-30 21:29:36 -03:00

15 lines
437 B
JSON

{
"version": "1.0.1",
"architecture": {
"64bit": {
"url": "https://dummyhost/download/v1.0.1/foos_1.0.1_windows_amd64.tar.gz",
"bin": [
"bin4",
"bin3"
],
"hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
}
},
"homepage": "https://github.com/goreleaser",
"description": "A run pipe test formula"
}