ScoopInstaller_Main/bucket/goreleaser.json
2020-10-14 09:04:40 +02:00

34 lines
1.2 KiB
JSON

{
"version": "0.145.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.145.0/goreleaser_Windows_x86_64.zip",
"hash": "5f871c58312381547d5f09faba8cb1e3eb74c58b02278db2c024a9589e999b0b"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.145.0/goreleaser_Windows_i386.zip",
"hash": "b380f1396df86239ca3030542398d9a1021c53ff6640cfd3a7207cc336229775"
}
},
"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"
}
}
}