mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-15 08:05:14 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"version": "1.3.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.3.0/goreleaser_Windows_x86_64.zip",
|
|
"hash": "25704daa87b432bcf281d5819200dc67c56852134cc4bc584ae9ee3f253a0397"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/goreleaser/goreleaser/releases/download/v1.3.0/goreleaser_Windows_i386.zip",
|
|
"hash": "4923577aab570277e0221f50c8ffd570de74221217b41669ae72a054c872ab86"
|
|
}
|
|
},
|
|
"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/checksums.txt"
|
|
}
|
|
}
|
|
}
|