ScoopInstaller_Main/bucket/goreleaser.json
2020-03-17 13:01:49 +00:00

34 lines
1.2 KiB
JSON

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