goreleaser: Update to version 0.168.2

This commit is contained in:
Jakub Čábera 2021-06-04 14:41:03 -07:00
parent 34f78a467c
commit 0b4a47cfb2

View File

@ -1,16 +1,16 @@
{ {
"version": "0.168.0", "version": "0.168.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": {
"64bit": { "64bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.168.0/goreleaser_Windows_x86_64.zip", "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.168.2/goreleaser_Windows_x86_64.zip",
"hash": "bd7a1d9629e335ff313893f8a20b1458d85804198f3d05cd77ca49f7ffb0b4ef" "hash": "5be15f2f302a28379417b30461edc9c7b384deb0c3f287b79b87ef9379a52a68"
}, },
"32bit": { "32bit": {
"url": "https://github.com/goreleaser/goreleaser/releases/download/v0.168.0/goreleaser_Windows_i386.zip", "url": "https://github.com/goreleaser/goreleaser/releases/download/v0.168.2/goreleaser_Windows_i386.zip",
"hash": "a844322a666c79e87faae7cd27c909d52e068d50785e83808c27c2ebae28a58f" "hash": "1a73cd36a584b79bfddd4a4c8478355fbc64341986c93eafce91711464b4392c"
} }
}, },
"bin": "goreleaser.exe", "bin": "goreleaser.exe",