ScoopInstaller_Main/bucket/goreleaser.json
Jakub Čábera de2a1ecc9e goreleaser:
2021-02-09 08:40:19 +01:00

34 lines
1.2 KiB
JSON

{
"version": "0.155.1",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.155.1/goreleaser_Windows_x86_64.zip",
"hash": "932141d1c26b93a20ff5e21c79a9a173c8d649ccdfa9391c9bc4374f84c780c0"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.155.1/goreleaser_Windows_i386.zip",
"hash": "bec0cb9cf18d8b96d2da4c8e3bba4f21fc0ca97165d859c7e15881d38c834f0a"
}
},
"bin": "goreleaser.exe",
"checkver": {
"github": "https://github.com/goreleaser/goreleaser/"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_x86_64.zip"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_i386.zip"
}
},
"hash": {
"url": "$baseurl/goreleaser_checksums.txt"
}
}
}