mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-10 03:47:03 +02:00
7cd13c040f
closes #593
15 lines
481 B
Plaintext
15 lines
481 B
Plaintext
{
|
|
"version": "1.0.1",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/test/test/releases/download/v1.0.1/foo_1.0.1_windows_386.tar.gz",
|
|
"bin": "test.exe"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/test/test/releases/download/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"
|
|
} |