goreleaser: Update to version 0.180.2

This commit is contained in:
Jakub Čábera 2021-09-27 07:45:02 -07:00
parent f812426bbc
commit db12230185

View File

@ -1,16 +1,16 @@
{
"version": "0.180.1",
"version": "0.180.2",
"description": "Release automation tool for Go projects.",
"homepage": "https://goreleaser.com",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.180.1/goreleaser_Windows_x86_64.zip",
"hash": "adbf4f2b0e63b876d5be2ad6db363ec1cb61e1cf512d0de1c92a52062168b451"
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.180.2/goreleaser_Windows_x86_64.zip",
"hash": "0b03a15cc6cc60f130cdf04898fbfe7b91692c0de7ffe97c1d1ad316e620dbd5"
},
"32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.180.1/goreleaser_Windows_i386.zip",
"hash": "eba04d90acb795f046bbc3d74ebb49a5dc638056645ff18f57811b2f417cc5dc"
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.180.2/goreleaser_Windows_i386.zip",
"hash": "e9380b149915a9323b0b1ecc4e6e4806559211148bae7df09bf306500e5da699"
}
},
"bin": "goreleaser.exe",
@ -27,7 +27,7 @@
}
},
"hash": {
"url": "$baseurl/goreleaser_checksums.txt"
"url": "$baseurl/checksums.txt"
}
}
}