ScoopInstaller_Main/bucket/goreleaser.json
2020-05-19 08:48:11 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.135.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.135.0/goreleaser_Windows_i386.zip",
"hash": "093e1d7d3ead7e416cf0fded05442ceee6918b431c1358b6f2a918e9cefeef28"
},
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.135.0/goreleaser_Windows_x86_64.zip",
"hash": "76001a97156e2c154b6911616b41734173341d6ffbf51586f6565210fe8d0a3c"
}
},
"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"
}
}
}