mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
19 lines
591 B
Plaintext
19 lines
591 B
Plaintext
|
{
|
||
|
"version": "1.0.1",
|
||
|
"architecture": {
|
||
|
"64bit": {
|
||
|
"url": "http://gitlab.mycompany.com/foo/bar/uploads/820ead5d9d2266c728dce6d4d55b6460/foo_1.0.1_windows_amd64.tar.gz",
|
||
|
"bin": [
|
||
|
"foo_1.0.1_windows_amd64/foo.exe",
|
||
|
"foo_1.0.1_windows_amd64/bar.exe"
|
||
|
],
|
||
|
"hash": "5e2bf57d3f40c4b6df69daf1936cb766f832374b4fc0259a7cbff06e2f70f269"
|
||
|
}
|
||
|
},
|
||
|
"homepage": "https://gitlab.com/goreleaser",
|
||
|
"description": "A run pipe test formula",
|
||
|
"persist": [
|
||
|
"data.cfg",
|
||
|
"etc"
|
||
|
]
|
||
|
}
|