ScoopInstaller_Main/bucket/goreleaser.json
2021-02-19 08:22:46 +01:00

34 lines
1.2 KiB
JSON

{
"version": "0.157.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.157.0/goreleaser_Windows_x86_64.zip",
"hash": "bc9aa3ad407b1d70e883887deb9dda22d23949137fcb2bf7e5b97517bb53f5d7"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.157.0/goreleaser_Windows_i386.zip",
"hash": "da6ea403b38b35aa0182ef4e59d7a8e7a9bde0be56e3991e9bc61edff69dce30"
}
},
"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"
}
}
}