ScoopInstaller_Main/bucket/goreleaser.json
2023-06-29 04:27:53 +00:00

42 lines
1.6 KiB
JSON

{
"version": "1.19.0",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.19.0/goreleaser_Windows_x86_64.zip",
"hash": "f8d5366fff9522bcc69107f72612e4e17d2f2cafeeffd44621d681fbb4873c68"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.19.0/goreleaser_Windows_i386.zip",
"hash": "f02ee5f19ee54c66599f504b775f548cbc947109f08d74f0899299b4300559da"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.19.0/goreleaser_Windows_arm64.zip",
"hash": "562b40938cea9f183aeb23177c9a99cb76f3c1e62ab2d697ae7a2b233c89ad6e"
}
},
"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"
},
"arm64": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v$version/goreleaser_Windows_arm64.zip"
}
},
"hash": {
"url": "$baseurl/checksums.txt",
"regex": "$sha256 $basename\\n"
}
}
}