ScoopInstaller_Main/bucket/goreleaser.json
2021-03-24 15:00:24 +00:00

34 lines
1.2 KiB
JSON

{
"version": "0.161.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.161.0/goreleaser_Windows_x86_64.zip",
"hash": "8a3a036456eaea51bc4833c45491353233cfa1cfef9f8a62e8495cb2ea3735a6"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.161.0/goreleaser_Windows_i386.zip",
"hash": "3ab1f230c29ccac1cf64e07218527389fa12c64fd483596129e526d75241f829"
}
},
"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"
}
}
}