mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-02-03 13:11:48 +02:00
15 lines
459 B
Plaintext
15 lines
459 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": "test.exe"
|
|
},
|
|
"64bit": {
|
|
"url": "http://github.mycompany.com/foo/bar/v1.0.1/foo_1.0.1_windows_amd64.tar.gz",
|
|
"bin": "test.exe"
|
|
}
|
|
},
|
|
"homepage": "https://github.com/goreleaser",
|
|
"description": "A run pipe test formula"
|
|
} |