mirror of
https://github.com/goreleaser/goreleaser.git
synced 2025-01-26 04:22:05 +02:00
1d92a36340
make `scoops.description` and `scoops.homepage` templateable as well.
12 lines
355 B
JSON
12 lines
355 B
JSON
{
|
|
"version": "1.2.1",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://dummyhost/download/v1.2.1/foo_windows_amd64.tar.gz",
|
|
"bin": null,
|
|
"hash": "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
|
}
|
|
},
|
|
"homepage": "https://foobar.com",
|
|
"description": "Fake desc for foo"
|
|
} |