mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
23df4b562c
* fix: support multiple binaries in scoop pipe * fix: lint
27 lines
809 B
Plaintext
27 lines
809 B
Plaintext
{
|
|
"version": "1.0.1",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "http://github.mycompany.com/foo/bar/v1.0.1/foo_1.0.1_windows_386.tar.gz",
|
|
"bin": [
|
|
"foo.exe",
|
|
"bar.exe"
|
|
],
|
|
"hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
|
|
},
|
|
"64bit": {
|
|
"url": "http://github.mycompany.com/foo/bar/v1.0.1/foo_1.0.1_windows_amd64.tar.gz",
|
|
"bin": [
|
|
"foo.exe",
|
|
"bar.exe"
|
|
],
|
|
"hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
|
|
}
|
|
},
|
|
"homepage": "https://github.com/goreleaser",
|
|
"description": "A run pipe test formula",
|
|
"persist": [
|
|
"data.cfg",
|
|
"etc"
|
|
]
|
|
} |