goreleaser: Update to version 0.120.2

This commit is contained in:
Richard Kuhnt 2019-10-21 13:00:21 +00:00
parent 2e5cf77fcc
commit 62d039ac20

View File

@ -1,16 +1,16 @@
{ {
"version": "0.120.1", "version": "0.120.2",
"description": "Release automation tool for Go projects.", "description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com", "homepage": "https://goreleaser.com",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"32bit": { "32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.1/goreleaser_Windows_i386.zip", "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.2/goreleaser_Windows_i386.zip",
"hash": "c8dead27478a94f1dac04acfd49494cfb17883eb2e25690f5acfcde35e01116e" "hash": "f6c780f02e423e7d4d776480ca9fa9e9a751701d3058335aff12c681cbd00a1d"
}, },
"64bit": { "64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.1/goreleaser_Windows_x86_64.zip", "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.120.2/goreleaser_Windows_x86_64.zip",
"hash": "4b1651281605c335b375c0e0af2a9e561a59e2fb1af292dc6e76ac0c76c57e53" "hash": "f573618616c49cfcb70837dc7c091852d9762f333a0dc31623155b05bcde2880"
} }
}, },
"bin": "goreleaser.exe", "bin": "goreleaser.exe",